diff options
-rw-r--r-- | 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 43ab9edc76f5..761f77740d67 100644 --- a/drivers/char/isicom.c +++ b/drivers/char/isicom.c | |||
@@ -137,11 +137,10 @@ | |||
137 | #define InterruptTheCard(base) outw(0, (base) + 0xc) | 137 | #define InterruptTheCard(base) outw(0, (base) + 0xc) |
138 | #define ClearInterrupt(base) inw((base) + 0x0a) | 138 | #define ClearInterrupt(base) inw((base) + 0x0a) |
139 | 139 | ||
140 | #define pr_dbg(str...) pr_debug("ISICOM: " str) | ||
140 | #ifdef DEBUG | 141 | #ifdef DEBUG |
141 | #define pr_dbg(str...) printk(KERN_DEBUG "ISICOM: " str) | ||
142 | #define isicom_paranoia_check(a, b, c) __isicom_paranoia_check((a), (b), (c)) | 142 | #define isicom_paranoia_check(a, b, c) __isicom_paranoia_check((a), (b), (c)) |
143 | #else | 143 | #else |
144 | #define pr_dbg(str...) do { } while (0) | ||
145 | #define isicom_paranoia_check(a, b, c) 0 | 144 | #define isicom_paranoia_check(a, b, c) 0 |
146 | #endif | 145 | #endif |
147 | 146 | ||