]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8723bs: remove DBG_COUNTER calls from core/rtw_recv.c
authorPhillip Potter <phil@philpotter.co.uk>
Mon, 15 Feb 2021 23:34:38 +0000 (23:34 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 08:25:24 +0000 (09:25 +0100)
commita63eef1a641032b0b0f481b2ef2652b14958a871
treee1b25f7151ab16db4114cf902c01d641de0f7ca3
parentfab64c616cc7cc387322b68ea35bfa50cd24292f
staging: rtl8723bs: remove DBG_COUNTER calls from core/rtw_recv.c

Remove all DBG_COUNTER macro calls from core/rtw_recv.c, as the
corresponding variables are only ever written to and not used. This
makes the code cleaner, and is necessary prior to removing the
DBG_COUNTER definition itself.

Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20210215233440.80617-5-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_recv.c