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:
213db49
)
usb: dwc2/gadget: Fix comment text
author
Andrzej Pietrasiewicz
<
[email protected]
>
Tue, 9 Sep 2014 08:44:53 +0000
(10:44 +0200)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 19 Sep 2014 23:16:38 +0000
(16:16 -0700)
Adjust the debug text to the name of the printed variable.
Signed-off-by: Andrzej Pietrasiewicz <
[email protected]
>
Signed-off-by: Robert Baldyga <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/usb/dwc2/gadget.c
patch
|
blob
|
history
diff --git
a/drivers/usb/dwc2/gadget.c
b/drivers/usb/dwc2/gadget.c
index ce6071d65d510696ebb4d428cd7240dd51a95b3e..297f54588fc99c1f812627a00321570e44a72210 100644
(file)
--- a/
drivers/usb/dwc2/gadget.c
+++ b/
drivers/usb/dwc2/gadget.c
@@
-2935,7
+2935,7
@@
static int s3c_hsotg_pullup(struct usb_gadget *gadget, int is_on)
struct s3c_hsotg *hsotg = to_hsotg(gadget);
unsigned long flags = 0;
- dev_dbg(hsotg->dev, "%s: is_
i
n: %d\n", __func__, is_on);
+ dev_dbg(hsotg->dev, "%s: is_
o
n: %d\n", __func__, is_on);
spin_lock_irqsave(&hsotg->lock, flags);
if (is_on) {