* shorten rclan debug output
@ 2003-05-15 3:31 davej
0 siblings, 0 replies; only message in thread
From: davej @ 2003-05-15 3:31 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
>From 2.4 long long ago.
diff -urpN --exclude-from=/home/davej/.exclude bk-linus/drivers/net/rclanmtl.h linux-2.5/drivers/net/rclanmtl.h
--- bk-linus/drivers/net/rclanmtl.h 2003-04-22 00:40:42.000000000 +0100
+++ linux-2.5/drivers/net/rclanmtl.h 2003-04-22 01:23:14.000000000 +0100
@@ -54,10 +54,10 @@
#include <asm/io.h>
/* Debug stuff. Define for debug output */
-#define RCDEBUG
+#undef RCDEBUG
#ifdef RCDEBUG
-#define dprintk(args...) printk(KERN_DEBUG "(rcpci45 driver:) " args)
+#define dprintk(args...) printk(KERN_DEBUG "rc: " args)
#else
#define dprintk(args...) { }
#endif
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-05-15 3:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-15 3:31 shorten rclan debug output davej
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome