staging: rtl8188eu: remove DBG_88E macro definition
authorPhillip Potter <phil@philpotter.co.uk>
Tue, 15 Jun 2021 00:15:07 +0000 (01:15 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Jun 2021 11:56:12 +0000 (13:56 +0200)
As all callers have now been removed, remove the definition of the
DBG_88E macro itself. It is no longer required and is dead code.

Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20210615001507.1171-29-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/include/rtw_debug.h

index 2fd6151..a1b25ca 100644 (file)
@@ -64,12 +64,6 @@ extern u32 GlobalDebugLevel;
                        pr_info(DRIVER_PREFIX fmt, ##arg);      \
        } while (0)
 
-#define DBG_88E(...)                                                   \
-       do {                                                            \
-               if (_drv_err_ <= GlobalDebugLevel)                      \
-                       pr_info(DRIVER_PREFIX __VA_ARGS__);             \
-       } while (0)
-
 #define MSG_88E(...)                                                   \
        do {                                                            \
                if (_drv_err_ <= GlobalDebugLevel)                      \