staging: r8188eu: remove converted DBG_88E calls from core/rtw_mlme_ext.c
authorPhillip Potter <phil@philpotter.co.uk>
Wed, 16 Feb 2022 01:06:57 +0000 (01:06 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Feb 2022 15:00:35 +0000 (16:00 +0100)
commitdbc96a32e406c5627b8fc0bdb201ae884deafba3
tree2b9f1a76aa300393362dd1835f1fb3ed819e933f
parent1663e5f86355a8b32a32f71c66747e1b05e0b381
staging: r8188eu: remove converted DBG_88E calls from core/rtw_mlme_ext.c

Remove all the netdev_dbg/pr_debug calls that were previously converted
from DBG_88E inside core/rtw_mlme_ext.c. Due to the sheer number of
lines, this patch is separated out for ease of review. After some thought,
it makes more sense to just entirely strip all of these calls, so that
debugging code in the driver can be more consistent and useful going
forwards.

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