staging: rtl8723bs: remove DBG_COUNTER calls from os_dep/recv_linux.c
authorPhillip Potter <phil@philpotter.co.uk>
Mon, 15 Feb 2021 23:34:35 +0000 (23:34 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 08:25:23 +0000 (09:25 +0100)
commitde69e2b3f10594d37433033ad6e2cf6954d89409
tree00a4e1394605af82f35a6c7070e4d29d889d3a07
parenta38fd8748464831584a19438cbb3082b5a2dab15
staging: rtl8723bs: remove DBG_COUNTER calls from os_dep/recv_linux.c

Remove all DBG_COUNTER macro calls from os_dep/recv_linux.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-2-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/recv_linux.c