This patch series converts all in-driver calls of the DBG_88E_LEVEL macro to use netdev_dbg/dev_dbg as appropriate, and then removes the DBG_88E_LEVEL macro completely. This is part of the ongoing effort to cleanup and standardise debugging code in r8188eu. Phillip Potter (7): staging: r8188eu: convert DBG_88E_LEVEL calls in core/rtw_mlme_ext.c staging: r8188eu: convert DBG_88E_LEVEL calls in core/rtw_pwrctrl.c staging: r8188eu: convert DBG_88E_LEVEL call in core/rtw_xmit.c staging: r8188eu: convert DBG_88E_LEVEL calls in core/rtw_ioctl_set.c staging: r8188eu: convert DBG_88E_LEVEL call in hal/rtl8188e_hal_init.c staging: r8188eu: convert DBG_88E_LEVEL calls in os_dep/ioctl_linux.c staging: r8188eu: remove DBG_88E_LEVEL macro from include/rtw_debug.h drivers/staging/r8188eu/core/rtw_ioctl_set.c | 6 +-- drivers/staging/r8188eu/core/rtw_mlme_ext.c | 46 +++++++++++-------- drivers/staging/r8188eu/core/rtw_pwrctrl.c | 13 ++++-- drivers/staging/r8188eu/core/rtw_xmit.c | 2 +- .../staging/r8188eu/hal/rtl8188e_hal_init.c | 2 +- drivers/staging/r8188eu/include/rtw_debug.h | 6 --- drivers/staging/r8188eu/os_dep/ioctl_linux.c | 4 +- 7 files changed, 42 insertions(+), 37 deletions(-) -- 2.33.1