summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723bs/os_dep/sdio_intf.c
diff options
context:
space:
mode:
authorMarco Cesati <marcocesati@gmail.com>2021-03-26 18:41:45 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-03-28 14:34:47 +0200
commit7a151e9c0a74ff18b2aad16ae6ec931e40c1f148 (patch)
tree4d2cf246e50ee498ff72b97f22bc70fe759c104d /drivers/staging/rtl8723bs/os_dep/sdio_intf.c
parentf632c6142779f3a85a7ab2d7d7890ad20db39494 (diff)
Staging: rtl8723bs: remove useless macros
Remove two 'no-op' macros, as well as two related unreferenced macros, in the staging/rtl8723bs driver. Signed-off-by: Marco Cesati <marcocesati@gmail.com> Link: https://lore.kernel.org/r/20210326174145.19427-2-marcocesati@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723bs/os_dep/sdio_intf.c')
-rw-r--r--drivers/staging/rtl8723bs/os_dep/sdio_intf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/rtl8723bs/os_dep/sdio_intf.c b/drivers/staging/rtl8723bs/os_dep/sdio_intf.c
index 156ad91d33ee..b6be1423ef75 100644
--- a/drivers/staging/rtl8723bs/os_dep/sdio_intf.c
+++ b/drivers/staging/rtl8723bs/os_dep/sdio_intf.c
@@ -577,8 +577,6 @@ static void __exit rtw_drv_halt(void)
rtw_ndev_notifier_unregister();
DBG_871X_LEVEL(_drv_always_, "module exit success\n");
-
- rtw_mstat_dump(RTW_DBGDUMP);
}