usb: gadget: net2280: Fix typo on #ifdef

Commit e56e69cc0f ("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>
This commit is contained in:
Ricardo Ribalda Delgado 2014-07-04 11:27:03 +02:00 committed by Felipe Balbi
parent 56e5cea904
commit b99b406c99
1 changed files with 1 additions and 1 deletions

View File

@ -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,