kernel/drivers/net/wireless/marvell/libertas/defs.h
.. .. @@ -50,8 +50,7 @@ 50 50 #ifdef DEBUG 51 51 #define LBS_DEB_LL(grp, grpnam, fmt, args...) \ 52 52 do { if ((lbs_debug & (grp)) == (grp)) \ 53 - printk(KERN_DEBUG DRV_NAME grpnam "%s: " fmt, \54 - in_interrupt() ? " (INT)" : "", ## args); } while (0)53 + printk(KERN_DEBUG DRV_NAME grpnam ": " fmt, ## args); } while (0)55 54 #else 56 55 #define LBS_DEB_LL(grp, grpnam, fmt, args...) do {} while (0) 57 56 #endif