lkml.org 
[lkml]   [2003]   [May]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectshorten rclan debug output
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:35    [W:0.021 / U:0.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site