staging: rtl8723au: Don't prepend debug console messages with 'ERROR '
authorJes Sorensen <Jes.Sorensen@redhat.com>
Mon, 9 Jun 2014 13:16:48 +0000 (15:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jun 2014 21:03:49 +0000 (14:03 -0700)
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/include/rtw_debug.h

index a69d6e215b8b1cc57ece56f3acc0bf5cf456fc97..b6b01732a7259f0a8af7108b2102a5921c6969ea 100644 (file)
 #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(...)                                                 \