]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
usb: gadget: s3c2410: fix build breakage
authorFelipe Balbi <balbi@ti.com>
Mon, 25 Feb 2013 19:25:04 +0000 (21:25 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 4 Mar 2013 07:33:29 +0000 (09:33 +0200)
add missing semicolon to fix compile breakage.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/s3c2410_udc.c

index 940485899efc96422512a5012456f4f94403140c..08f89652533baa0702bf4a85429d282b56973695 100644 (file)
@@ -1668,7 +1668,7 @@ static void s3c2410_udc_enable(struct s3c2410_udc *dev)
 static int s3c2410_udc_start(struct usb_gadget *g,
                struct usb_gadget_driver *driver)
 {
-       struct s3c2410_udc *udc = to_s3c2410(g)
+       struct s3c2410_udc *udc = to_s3c2410(g);
 
        dprintk(DEBUG_NORMAL, "%s() '%s'\n", __func__, driver->driver.name);