projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33b84c2
)
usb: dwc3: gadget: remove trailing semicolon
author
Felipe Balbi
<balbi@ti.com>
Tue, 22 May 2012 07:24:11 +0000
(10:24 +0300)
committer
Felipe Balbi
<balbi@ti.com>
Sun, 3 Jun 2012 20:08:21 +0000
(23:08 +0300)
That semicolon doesn't do anything, it's not
needed and should be removed.
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/gadget.c
patch
|
blob
|
history
diff --git
a/drivers/usb/dwc3/gadget.c
b/drivers/usb/dwc3/gadget.c
index 3df1a1973b0559d7bb53fd4ce7eb148d25dff1e7..045799356a29f057bd1387a29f8cca0f4d7093dc 100644
(file)
--- a/
drivers/usb/dwc3/gadget.c
+++ b/
drivers/usb/dwc3/gadget.c
@@
-1032,7
+1032,7
@@
static int __dwc3_gadget_ep_queue(struct dwc3_ep *dep, struct dwc3_request *req)
dev_dbg(dwc->dev, "%s: failed to kick transfers\n",
dep->name);
}
- }
;
+ }
return 0;
}