staging: rtl8188eu: remove RT_TRACE and DBG_88E prints from rtw_cmd.c
authorMartin Kaiser <martin@kaiser.cx>
Sat, 5 Jun 2021 16:58:51 +0000 (18:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jun 2021 12:20:04 +0000 (14:20 +0200)
commitb17aad8b567f47c029430486ba0c54a3abdbd4e3
tree8e3098d053a838a36bfda1003f90e56a8ecf7ab7
parent0a48e46c80c06743cdc438cf9e8b07115fb68f76
staging: rtl8188eu: remove RT_TRACE and DBG_88E prints from rtw_cmd.c

The rtl8188eu driver implements driver-specific debug prints which use
their own definitions for debug levels. By default, these prints are
disabled. You'd have to modify the code or set a module parameter to
enable them.

The rtl8723bs staging driver has already removed those prints. We should
do the same. Let's start with removing RT_TRACE and DBG_88E prints from
rtw_cmd.c.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20210605165858.3175-2-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_cmd.c