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)
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>

No differences found