mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 14:34:13 -04:00
staging: rtl8723au: Don't prepend debug console messages with 'ERROR '
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
2febc8679e
commit
fa862a7f79
@@ -146,7 +146,7 @@
|
||||
#define DBG_8723A_LEVEL(_level, fmt, arg...) \
|
||||
do { \
|
||||
if (_level <= GlobalDebugLevel23A) \
|
||||
pr_info(DRIVER_PREFIX"ERROR " fmt, ##arg);\
|
||||
pr_info(DRIVER_PREFIX fmt, ##arg);\
|
||||
} while (0)
|
||||
|
||||
#define DBG_8723A(...) \
|
||||
|
||||
Reference in New Issue
Block a user