staging: r8188eu: convert DBG_88E_LEVEL call in core/rtw_xmit.c
authorPhillip Potter <phil@philpotter.co.uk>
Mon, 29 Nov 2021 00:20:37 +0000 (00:20 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Dec 2021 14:13:50 +0000 (15:13 +0100)
commit3ebdaac3636da9e37d985669107e73be38496bb9
tree5fe4dd11ba3399d81d56b29fa668528c243143f5
parent5d81da8ddd42d506fd8ba98a71a6f303d95166b8
staging: r8188eu: convert DBG_88E_LEVEL call in core/rtw_xmit.c

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

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