* [PATCH] shut-up kaweth usb/net driver
@ 2004-06-23 21:25 Harm Verhagen
0 siblings, 0 replies; only message in thread
From: Harm Verhagen @ 2004-06-23 21:25 UTC (permalink / raw)
To: lkml
Hi,
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.
Regards,
Harm Verhagen
--- linux-2.6.6-1.435/drivers/usb/net/kaweth.c.orig 2004-06-23
23:20:51.294659144 +0200
+++ linux-2.6.6-1.435/drivers/usb/net/kaweth.c 2004-06-23
23:21:10.570728736 +0200
@@ -62,7 +62,7 @@
#include <asm/semaphore.h>
#include <asm/byteorder.h>
-#define DEBUG
+#undef DEBUG
#ifdef DEBUG
#define kaweth_dbg(format, arg...) printk(KERN_DEBUG __FILE__ ": "
format "\n" ,##arg)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-06-23 21:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-23 21:25 [PATCH] shut-up kaweth usb/net driver Harm Verhagen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox