aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Potter <[email protected]>2021-06-15 01:15:07 +0100
committerGreg Kroah-Hartman <[email protected]>2021-06-15 13:56:12 +0200
commitd3cfc3dd40b4bb2e44ca3dbce35e813608b1b601 (patch)
tree84a06d9cf04c5e8fdcddd12c73acec7c20f04e64
parent2b1b85f0dae0228f1f677ac62723b2331988e5cc (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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/rtl8188eu/include/rtw_debug.h6
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) \