staging: rtl8723bs: remove DBG_871CX log unmatched by cocci
authorFabio Aiuto <fabioaiuto83@gmail.com>
Wed, 7 Apr 2021 13:49:27 +0000 (15:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Apr 2021 15:13:02 +0000 (17:13 +0200)
Remove a DBG_871X log untouched by cocci, maybe due
to the presence of a trailing \, for it is inside a
macro definition.

Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/740bf0eeef550de36e772bdf7d051499627773e5.1617802415.git.fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/rtw_mlme_ext.h

index e3dce1b..b26da30 100644 (file)
@@ -701,7 +701,6 @@ void sa_query_timer_hdl(struct timer_list *t);
        } while (0)
 #define set_sa_query_timer(mlmeext, ms) \
        do { \
-               DBG_871X("%s set_sa_query_timer(%p, %d)\n", __func__, (mlmeext), (ms)); \
                _set_timer(&(mlmeext)->sa_query_timer, (ms)); \
        } while (0)