diff options
| author | 2021-06-15 01:15:07 +0100 | |
|---|---|---|
| committer | 2021-06-15 13:56:12 +0200 | |
| commit | d3cfc3dd40b4bb2e44ca3dbce35e813608b1b601 (patch) | |
| tree | 84a06d9cf04c5e8fdcddd12c73acec7c20f04e64 | |
| parent | staging: rtl8188eu: remove core/rtw_debug.c (diff) | |
staging: rtl8188eu: remove DBG_88E macro definition
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>
| -rw-r--r-- | drivers/staging/rtl8188eu/include/rtw_debug.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/rtl8188eu/include/rtw_debug.h b/drivers/staging/rtl8188eu/include/rtw_debug.h index 2fd6151bf698..a1b25ca16d28 100644 --- a/drivers/staging/rtl8188eu/include/rtw_debug.h +++ b/drivers/staging/rtl8188eu/include/rtw_debug.h @@ -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) \ |
