This patch set removes all callers of the DBG_88E_LEVEL and MSG_88E macros, then removes the macro definitions themselves. This code does not follow kernel coding conventions/best practices and it is better to remove it and ultimately rely upon pre-existing kernel debugging and logging functionality. With these macros gone, there is only RT_TRACE to go (and the other definitions in include/rtw_debug.h) and then the file can be entirely removed. Phillip Potter (9): staging: rtl8188eu: remove all DBG_88E_LEVEL calls from os_dep/ioctl_linux.c staging: rtl8188eu: remove all DBG_88E_LEVEL calls from core/rtw_mlmw_ext.c staging: rtl8188eu: remove all DBG_88E_LEVEL calls from core/rtw_ioctl_set.c staging: rtl8188eu: remove all DBG_88E_LEVEL calls from core/rtw_pwrctrl.c staging: rtl8188eu: remove all DBG_88E_LEVEL calls from core/rtw_xmit.c staging: rtl8188eu: remove DBG_88E_LEVEL macro from include/rtw_debug.h staging: rtl8188eu: remove MSG_88E call from hal/odm.c staging: rtl8188eu: remove MSG_88E calls from hal/usb_halinit.c staging: rtl8188eu: remove MSG_88E macro from include/rtw_debug.h .../staging/rtl8188eu/core/rtw_ioctl_set.c | 5 ----- drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 21 ------------------- drivers/staging/rtl8188eu/core/rtw_pwrctrl.c | 9 +------- drivers/staging/rtl8188eu/core/rtw_xmit.c | 2 -- drivers/staging/rtl8188eu/hal/odm.c | 1 - drivers/staging/rtl8188eu/hal/usb_halinit.c | 7 ------- drivers/staging/rtl8188eu/include/rtw_debug.h | 12 ----------- .../staging/rtl8188eu/os_dep/ioctl_linux.c | 2 -- 8 files changed, 1 insertion(+), 58 deletions(-) -- 2.31.1