]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8723bs: remove two unused functions
authorFabio Aiuto <fabioaiuto83@gmail.com>
Tue, 13 Apr 2021 14:56:31 +0000 (16:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Apr 2021 08:26:26 +0000 (10:26 +0200)
commit5154dbd312f0bfb3c5df62fa592472ddb4c245d4
tree62e1bb07fd06d9f58c8e12e29ba84af3f2da53e6
parent95628ebc369090bbd8df6f0eb1ddd220655a5e4f
staging: rtl8723bs: remove two unused functions

remove dump_drv_version() and dump_log_level() function
definitions and prototypes. Those functions are unused,
and add unnecessary wrap level to log calls.

They wrap DBG_871X_SEL_NL which will be replaced by
netdev_dbg() with coccinelle script application.

Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/2e8dd88c053735daed95701140b2f03b4cfe2a2e.1618325614.git.fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_debug.c
drivers/staging/rtl8723bs/include/rtw_debug.h