ChangeSet 1.1760.26.15, 2004/06/24 11:15:51-07:00, hverhagen@dse.nl [PATCH] USB: shut-up kaweth usb/net driver The kaweth usb ethernet driver is pretty noisy. It generates over 40 lines during a modprobe. The following patch reduces the prints generated by this driver. Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman drivers/usb/net/kaweth.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/usb/net/kaweth.c b/drivers/usb/net/kaweth.c --- a/drivers/usb/net/kaweth.c 2004-06-29 16:25:39 -07:00 +++ b/drivers/usb/net/kaweth.c 2004-06-29 16:25:39 -07:00 @@ -62,7 +62,7 @@ #include #include -#define DEBUG +#undef DEBUG #ifdef DEBUG #define kaweth_dbg(format, arg...) printk(KERN_DEBUG __FILE__ ": " format "\n" ,##arg)