Staging: rtl8723bs: core: remove set but not used 'ptxservq'
authorJason Yan <yanaijie@huawei.com>
Mon, 27 Apr 2020 03:23:38 +0000 (11:23 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Apr 2020 12:29:41 +0000 (14:29 +0200)
commitbaae10fe867feb73a63381d1c880c31572b1b4c4
treec0bb68c2d379b4895f19b2e1bd862ecb74a823e1
parent589945844266b4450be7008f40ca6b0359b73dee
Staging: rtl8723bs: core: remove set but not used 'ptxservq'

Fix the following gcc warning:

drivers/staging/rtl8723bs/core/rtw_sta_mgt.c:556:19: warning: variable
‘ptxservq’ set but not used [-Wunused-but-set-variable]
  struct tx_servq *ptxservq;
                   ^~~~~~~~

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Link: https://lore.kernel.org/r/20200427032342.27211-4-yanaijie@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_sta_mgt.c