]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commit9950421c1e90d08d52ef47df1fcebe6078b04af3
tree8300d9ee3b8dc4c010714ca24cd1cf4eff528bbe
parent699ddda6ecd5751fd05fd5128aa7f93438974468
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