Commit 3ab340dc authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] shorten rclan debug output

From 2.4 long long ago.
parent 7f409844
...@@ -54,10 +54,10 @@ ...@@ -54,10 +54,10 @@
#include <asm/io.h> #include <asm/io.h>
/* Debug stuff. Define for debug output */ /* Debug stuff. Define for debug output */
#define RCDEBUG #undef RCDEBUG
#ifdef RCDEBUG #ifdef RCDEBUG
#define dprintk(args...) printk(KERN_DEBUG "(rcpci45 driver:) " args) #define dprintk(args...) printk(KERN_DEBUG "rc: " args)
#else #else
#define dprintk(args...) { } #define dprintk(args...) { }
#endif #endif
......
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