[PATCH] USB: move CONFIG_USB_DEBUG checks into the Makefile
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Nov 2005 17:48:09 +0000 (09:48 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 17 Nov 2005 19:29:55 +0000 (11:29 -0800)
This lets us remove a lot of code in the drivers that were all checking
the same thing.  It also found some bugs in a few of the drivers, which
has been fixed up.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found