Commit fa862a7f authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman
Browse files

staging: rtl8723au: Don't prepend debug console messages with 'ERROR '

parent 2febc867
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(...)							\