[PATCH 0/7] staging: r8188eu: further per-file DBG_88E cleanups

Phillip Potter posted 7 patches 4 years, 5 months ago
There is a newer version of this series
drivers/staging/r8188eu/core/rtw_ieee80211.c |  36 +-
drivers/staging/r8188eu/core/rtw_ioctl_set.c |  10 +-
drivers/staging/r8188eu/core/rtw_iol.c       |  10 +-
drivers/staging/r8188eu/core/rtw_mlme.c      |  95 +++--
drivers/staging/r8188eu/core/rtw_mlme_ext.c  | 427 +++++++++++--------
drivers/staging/r8188eu/core/rtw_sta_mgt.c   |   4 +-
drivers/staging/r8188eu/core/rtw_xmit.c      |  30 +-
7 files changed, 344 insertions(+), 268 deletions(-)
[PATCH 0/7] staging: r8188eu: further per-file DBG_88E cleanups
Posted by Phillip Potter 4 years, 5 months ago
This series has more conversions/deletions of DBG_88E macro calls,
per-file, as I've continued to chip away at them. This converts almost
200 calls to standard kernel macros/functions such as netdev_dbg and
pr_debug as appropriate. It also deletes several calls which simply
aren't necessary.

Phillip Potter (7):
  staging: r8188eu: convert DBG_88E calls in core/rtw_ieee80211.c
  staging: r8188eu: convert DBG_88E calls in core/rtw_xmit.c
  staging: r8188eu: convert DBG_88E calls in core/rtw_iol.c
  staging: r8188eu: convert DBG_88E calls in core/rtw_mlme.c
  staging: r8188eu: convert DBG_88E calls in core/rtw_ioctl_set.c
  staging: r8188eu: convert DBG_88E calls in core/rtw_mlme_ext.c
  staging: r8188eu: convert DBG_88E calls in core/rtw_sta_mgt.c

 drivers/staging/r8188eu/core/rtw_ieee80211.c |  36 +-
 drivers/staging/r8188eu/core/rtw_ioctl_set.c |  10 +-
 drivers/staging/r8188eu/core/rtw_iol.c       |  10 +-
 drivers/staging/r8188eu/core/rtw_mlme.c      |  95 +++--
 drivers/staging/r8188eu/core/rtw_mlme_ext.c  | 427 +++++++++++--------
 drivers/staging/r8188eu/core/rtw_sta_mgt.c   |   4 +-
 drivers/staging/r8188eu/core/rtw_xmit.c      |  30 +-
 7 files changed, 344 insertions(+), 268 deletions(-)

-- 
2.33.1