staging: rtl8188eu: convert DBG_88E calls in core/rtw_recv.c
authorPhillip Potter <phil@philpotter.co.uk>
Sun, 13 Jun 2021 10:24:59 +0000 (11:24 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Jun 2021 14:40:19 +0000 (16:40 +0200)
commit9866b3133b70cf7799a121cebdf4cf744c30e103
treec35fa2cf319253722b8d6702f3738419699463d2
parent9d056c19c567419003aba4a6b73d51f32620c412
staging: rtl8188eu: convert DBG_88E calls in core/rtw_recv.c

Convert all calls to the DBG_88E macro in core/rtw_recv.c into
netdev_dbg calls. The DBG_88E macro is unnecessary, as visibility of
debug messages can be controlled more precisely by just using debugfs.
It is important to keep these messages still, as they are displayable
via a kernel module parameter when using DBG_88E.

One such converted call is after a failed skb allocation, but as it prints
additional information besides just stating failure, I've left it in
despite the checkpatch warning.

Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20210613102459.7532-1-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_recv.c