staging: rtl8723bs: remove set but not used variable 'bWifiBusy'
authorYueHaibing <yuehaibing@huawei.com>
Fri, 26 Jul 2019 14:03:21 +0000 (22:03 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Jul 2019 07:52:03 +0000 (09:52 +0200)
commit07ca9aa4a4b7fdd3c29cc9f8b07a2d1b8e0b6ba5
tree3480bfffa75f0f78e3a76e001707a62efbaf981d
parente59fc52529118aaad9aa666f25530dde6e2180e9
staging: rtl8723bs: remove set but not used variable 'bWifiBusy'

Fixes gcc '-Wunused-but-set-variable' warning:

 In function halbtc8723b1ant_TdmaDurationAdjustForAcl:
drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c:1761:7: warning:
 variable bWifiBusy set but not used [-Wunused-but-set-variable]

It is never used so can be removed.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20190726140321.19200-1-yuehaibing@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c