diff --git a/[refs] b/[refs] index 31ba098d5900..0427384a76d2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9e40210272465e348eb9c2bb5ffe1d11c91bfa19 +refs/heads/master: 73b52572ab2eda9ea904d61e82f88c9a0e7aff41 diff --git a/trunk/drivers/char/isicom.c b/trunk/drivers/char/isicom.c index 43ab9edc76f5..761f77740d67 100644 --- a/trunk/drivers/char/isicom.c +++ b/trunk/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