mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 04:09:18 -04:00
staging: rtl8723bs: remove DBG_871CX log unmatched by cocci
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
968b15adb0
commit
4646da162d
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user