[PATCH 0/3] convert more DBG_88E calls and remove dead code

From: Phillip Potter
Date: Sun Jun 13 2021 - 18:57:34 EST


This series converts all DBG_88E and DBG_88E_LEVEL calls in
core/rtw_efuse.c and core/rtw_xmit.c, and also entirely removes
core/rtw_debug.c which is dead code and contains only functions not used
anywhere else. This should contribute to the continuing effort to clean
up the rtl8188eu driver, particularly with regards to its debugging.

Phillip Potter (3):
staging: rtl8188eu: convert DBG_88E calls in core/rtw_efuse.c
staging: rtl8188eu: convert DBG_88E calls in core/rtw_xmit.c
staging: rtl8188eu: remove core/rtw_debug.c

drivers/staging/rtl8188eu/Makefile | 1 -
drivers/staging/rtl8188eu/core/rtw_debug.c | 187 ------------------
drivers/staging/rtl8188eu/core/rtw_efuse.c | 27 ++-
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 2 +-
drivers/staging/rtl8188eu/core/rtw_xmit.c | 60 +++---
.../staging/rtl8188eu/hal/rtl8188eu_xmit.c | 4 +-
drivers/staging/rtl8188eu/include/rtw_debug.h | 25 ---
drivers/staging/rtl8188eu/include/rtw_xmit.h | 6 +-
drivers/staging/rtl8188eu/os_dep/os_intfs.c | 2 +-
.../staging/rtl8188eu/os_dep/usb_ops_linux.c | 11 +-
10 files changed, 69 insertions(+), 256 deletions(-)
delete mode 100644 drivers/staging/rtl8188eu/core/rtw_debug.c

--
2.30.2