commit | a092532483e3200a53c8b1170b3988cc668c07ef | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Tue May 22 10:24:11 2012 +0300 |
committer | Felipe Balbi <balbi@ti.com> | Sun Jun 03 23:08:21 2012 +0300 |
tree | 73bce826eb282853c3f4bcd30e219bd8adc6d362 | |
parent | 33b84c2c06d25a3321326d91438e106b4fd5ad9f [diff] [blame] |
usb: dwc3: gadget: remove trailing semicolon That semicolon doesn't do anything, it's not needed and should be removed. Signed-off-by: Felipe Balbi <balbi@ti.com>
diff --git a/drivers/usb/dwc3/gadget.c b/drivers/usb/dwc3/gadget.c index 3df1a19..0457993 100644 --- a/drivers/usb/dwc3/gadget.c +++ b/drivers/usb/dwc3/gadget.c
@@ -1032,7 +1032,7 @@ dev_dbg(dwc->dev, "%s: failed to kick transfers\n", dep->name); } - }; + } return 0; }