OSDN Git Service

staging: emxx_udc : remove stray semicolon
authorGujulan Elango, Hari Prasath (H.) <hgujulan@visteon.com>
Thu, 23 Apr 2015 19:29:51 +0000 (19:29 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Apr 2015 14:52:21 +0000 (16:52 +0200)
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>
drivers/staging/emxx_udc/emxx_udc.c

index 7de1e9e..d205cbe 100644 (file)
@@ -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)