staging: r8188eu: convert DBG_88E_LEVEL calls in core/rtw_mlme_ext.c
authorPhillip Potter <phil@philpotter.co.uk>
Mon, 29 Nov 2021 00:20:35 +0000 (00:20 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Dec 2021 14:13:49 +0000 (15:13 +0100)
commit9875e5b1e9ed13d37925f0b03fbeb34937b4e032
tree4e857463a1c16aec5d23629cd0c4572c8b9c802f
parent6732886cf02b8807ebaf0e4c69bfbb757dd63347
staging: r8188eu: convert DBG_88E_LEVEL calls in core/rtw_mlme_ext.c

Convert all DBG_88E_LEVEL macro calls in core/rtw_mlme_ext.c to plain
netdev_dbg calls, as although the information is potentially useful, we
should be exposing it using standard kernel debugging functionality.

Also fix some indentation issues in the block of one such call, and
remove usage of FUNC_ADPT_FMT/FUNC_ADPT_ARG macros in another, as
netdev_dbg provides equivalent functionality.

Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20211129002041.865-2-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_mlme_ext.c