hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/net/wireless/marvell/libertas_tf/deb_defs.h
....@@ -48,8 +48,7 @@
4848 #ifdef DEBUG
4949 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) \
5050 do { if ((lbtf_debug & (grp)) == (grp)) \
51
- printk(KERN_DEBUG DRV_NAME grpnam "%s: " fmt, \
52
- in_interrupt() ? " (INT)" : "", ## args); } while (0)
51
+ printk(KERN_DEBUG DRV_NAME grpnam ": " fmt, ## args); } while (0)
5352 #else
5453 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) do {} while (0)
5554 #endif