Commit 1aa8cfa8 authored by Harm Verhagen's avatar Harm Verhagen Committed by Greg Kroah-Hartman

[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: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 75787d94
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
#include <asm/semaphore.h> #include <asm/semaphore.h>
#include <asm/byteorder.h> #include <asm/byteorder.h>
#define DEBUG #undef DEBUG
#ifdef DEBUG #ifdef DEBUG
#define kaweth_dbg(format, arg...) printk(KERN_DEBUG __FILE__ ": " format "\n" ,##arg) #define kaweth_dbg(format, arg...) printk(KERN_DEBUG __FILE__ ": " format "\n" ,##arg)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment