staging: rtl8723bs: core: remove set but not used 'algthm'
authorJason Yan <yanaijie@huawei.com>
Mon, 27 Apr 2020 03:23:39 +0000 (11:23 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Apr 2020 12:29:42 +0000 (14:29 +0200)
commit3a0514a955ed7bea0569946176987b4f804f8249
treeb612c5342a60a0338b5744283ff569ee4ac2b16b
parentbaae10fe867feb73a63381d1c880c31572b1b4c4
staging: rtl8723bs: core: remove set but not used 'algthm'

Fix the following gcc warning:

drivers/staging/rtl8723bs/core/rtw_mlme_ext.c:1087:33: warning: variable
‘algthm’ set but not used [-Wunused-but-set-variable]
  unsigned int seq, len, status, algthm, offset;
                                 ^~~~~~

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