[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211129002041.865-1-phil@philpotter.co.uk>
Date: Mon, 29 Nov 2021 00:20:34 +0000
From: Phillip Potter <phil@...lpotter.co.uk>
To: gregkh@...uxfoundation.org
Cc: Larry.Finger@...inger.net, straube.linux@...il.com,
martin@...ser.cx, linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/7] staging: r8188eu: DBG_88E_LEVEL removal
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
Powered by blists - more mailing lists