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:
parent
2febc8679e
commit
fa862a7f79
1 changed files with 1 additions and 1 deletions
|
|
@ -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(...) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue