]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8723bs: remove RT_TRACE logs in core/rtw_recv.c
authorFabio Aiuto <fabioaiuto83@gmail.com>
Sun, 4 Apr 2021 14:09:35 +0000 (16:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Apr 2021 10:16:16 +0000 (12:16 +0200)
commitbb64b01b6f54b3d817b8620458b83ed4c4bceaed
treeb8b00139f768b4672786fd2e72b52cfa6fb54461
parentc426c009769f97cc2ce1f802fa937892e3ebfccf
staging: rtl8723bs: remove RT_TRACE logs in core/rtw_recv.c

Remove all of the RT_TRACE logs in the core/rtw_recv.c file as they
currently do nothing as they require the code to be modified by
hand in order to be turned on. This obviously has not happened
since the code was merged. Moreover it relies on an unneeded
private log level tracing which overrides the in-kernel public one,
so just remove them as they are unused.

Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/c4a5d7cc3a1e7c5a13622b277ee34042c34981bd.1617545239.git.fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_recv.c