staging: r8188eu: remove DBG_88E macro definition
authorPhillip Potter <phil@philpotter.co.uk>
Wed, 16 Feb 2022 01:07:04 +0000 (01:07 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Feb 2022 15:00:36 +0000 (16:00 +0100)
Remove DBG_88E macro definition as it has no remaining callers within
the driver. This is part of the ongoing effort to cleanup the driver to
use standard debug mechanisms where appropriate.

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

index 3110517577154069de239bf48d8faf28ea87d14d..959fb6bd25ca0da237a91d15e9ff0f89e10ad259 100644 (file)
 
 extern u32 GlobalDebugLevel;
 
-#define DBG_88E(...)                                                   \
-       do {                                                            \
-               if (_drv_err_ <= GlobalDebugLevel)                      \
-                       pr_info(DRIVER_PREFIX __VA_ARGS__);             \
-       } while (0)
-
 #endif /* __RTW_DEBUG_H__ */