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:
56e5cea
)
usb: gadget: net2280: Fix typo on #ifdef
author
Ricardo Ribalda Delgado
<
[email protected]
>
Fri, 4 Jul 2014 09:27:03 +0000
(11:27 +0200)
committer
Felipe Balbi
<
[email protected]
>
Thu, 10 Jul 2014 13:36:50 +0000
(08:36 -0500)
Commit
e56e69cc0ff4
("usb: gadget: net2280: Use pr_* function")
includes a editing mistake on one of the #ifdef.
This patch fixes it.
Reported-by: Paul Bolle <
[email protected]
>
Signed-off-by: Ricardo Ribalda Delgado <
[email protected]
>
Signed-off-by: Felipe Balbi <
[email protected]
>
drivers/usb/gadget/net2280.c
patch
|
blob
|
history
diff --git
a/drivers/usb/gadget/net2280.c
b/drivers/usb/gadget/net2280.c
index ce8bc8644c5903e591d9b2a4eb98361db56fa9fc..248dccb3e5429d3c838c0b9873175e84a7bac780 100644
(file)
--- a/
drivers/usb/gadget/net2280.c
+++ b/
drivers/usb/gadget/net2280.c
@@
-1562,7
+1562,7
@@
static const struct usb_gadget_ops net2280_ops = {
/*-------------------------------------------------------------------------*/
-#ifdef CONFIG_USB_GADGET_
P
DEBUG_FILES
+#ifdef CONFIG_USB_GADGET_DEBUG_FILES
/* FIXME move these into procfs, and use seq_file.
* Sysfs _still_ doesn't behave for arbitrarily sized files,