forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/net/wireless/marvell/libertas/defs.h
....@@ -50,8 +50,7 @@
5050 #ifdef DEBUG
5151 #define LBS_DEB_LL(grp, grpnam, fmt, args...) \
5252 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)
5554 #else
5655 #define LBS_DEB_LL(grp, grpnam, fmt, args...) do {} while (0)
5756 #endif