summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>2014-07-04 09:27:03 (GMT)
committerFelipe Balbi <balbi@ti.com>2014-07-10 13:36:50 (GMT)
commitb99b406c990def280d64ceb6739ac32001497a90 (patch)
treed7ee0a65913d693e9e0c1298c0449b4b24906460 /drivers
parent56e5cea9047e96bd58de5bca760c055cc35036aa (diff)
downloadlinux-b99b406c990def280d64ceb6739ac32001497a90.tar.xz
usb: gadget: net2280: Fix typo on #ifdef
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 <pebolle@tiscali.nl> Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/gadget/net2280.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/net2280.c b/drivers/usb/gadget/net2280.c
index ce8bc86..248dccb 100644
--- 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_PDEBUG_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,