Skip to content

Commit

Permalink
usb: gadget: s3c2410: fix build breakage
Browse files Browse the repository at this point in the history
add missing semicolon to fix compile breakage.

Signed-off-by: Felipe Balbi <balbi@ti.com>
  • Loading branch information
Felipe Balbi committed Mar 4, 2013
1 parent bc530a7 commit 4ea34de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/gadget/s3c2410_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 4ea34de

Please sign in to comment.