Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ricardo Ribalda Delgado and committed by
Felipe Balbi
b99b406c 56e5cea9

+1 -1
+1 -1
drivers/usb/gadget/net2280.c
··· 1562 1562 1563 1563 /*-------------------------------------------------------------------------*/ 1564 1564 1565 - #ifdef CONFIG_USB_GADGET_PDEBUG_FILES 1565 + #ifdef CONFIG_USB_GADGET_DEBUG_FILES 1566 1566 1567 1567 /* FIXME move these into procfs, and use seq_file. 1568 1568 * Sysfs _still_ doesn't behave for arbitrarily sized files,