staging: emxx_udc : remove stray semicolon
This patch removes a stray semicolon around closing brace of an if code block. Signed-off-by: Hari Prasath Gujulan Elango <hgujulan@visteon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
bd7de5cea2
commit
3e2bb64d1a
1 changed files with 1 additions and 1 deletions
|
|
@ -2347,7 +2347,7 @@ static int _nbu2ss_enable_controller(struct nbu2ss_udc *udc)
|
|||
dev_err(udc->dev, "*** Reset Cancel failed\n");
|
||||
return -EINVAL;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
#if 0
|
||||
if ((system_rev & EMXX_REV_MASK) < EMXX_REV_ES3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue