mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 05:31:17 -04:00
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:
committed by
Greg Kroah-Hartman
parent
bd7de5cea2
commit
3e2bb64d1a
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user