isicom, use pr_debug

Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]>

---
commit f4fba1005f8f25f5dc369f6e6e04643f4b6a6822
tree 82ba620999de3010b7aebf2a31998e7625e878aa
parent 429ee8495d50042ae8894b8302887b191f56fe5f
author Jiri Slaby <[EMAIL PROTECTED]> Tue, 01 May 2007 20:09:53 +0200
committer Jiri Slaby <[EMAIL PROTECTED]> Tue, 01 May 2007 20:09:53 +0200

 drivers/char/isicom.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/char/isicom.c b/drivers/char/isicom.c
index 43ab9ed..761f777 100644
--- a/drivers/char/isicom.c
+++ b/drivers/char/isicom.c
@@ -137,11 +137,10 @@
 #define InterruptTheCard(base) outw(0, (base) + 0xc)
 #define ClearInterrupt(base) inw((base) + 0x0a)
 
+#define pr_dbg(str...) pr_debug("ISICOM: " str)
 #ifdef DEBUG
-#define pr_dbg(str...) printk(KERN_DEBUG "ISICOM: " str)
 #define isicom_paranoia_check(a, b, c) __isicom_paranoia_check((a), (b), (c))
 #else
-#define pr_dbg(str...) do { } while (0)
 #define isicom_paranoia_check(a, b, c) 0
 #endif
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to