]> git.baikalelectronics.ru Git - kernel.git/commit
Fix USB gadget net2280.c compile
authorLinus Torvalds <torvalds@g5.osdl.org>
Wed, 18 Oct 2006 01:03:33 +0000 (18:03 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 18 Oct 2006 01:03:33 +0000 (18:03 -0700)
commitf6cfebad34caaea8ac8f712ee02369068a3e8c89
tree8300d9ee3b8dc4c010714ca24cd1cf4eff528bbe
parenta2dceb381cf0d66849561c580ca562544cd29f7c
Fix USB gadget net2280.c compile

It would fail the compile due to the newly added error checking testing
a bad macro for a "return value" unless USB_GADGET_DEBUG_FILES was
enabled.

Pointed out by Stephen Hemminger.

Acked-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/usb/gadget/net2280.c