staging: rtl8723bs: Remove set but not used variable 'i'
authorzhengbin <zhengbin13@huawei.com>
Tue, 8 Oct 2019 23:55:05 +0000 (07:55 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2019 08:51:10 +0000 (10:51 +0200)
commit348c59749ffe1aa1dd9ecd1349a74fc3fae9283d
tree6ae98773badaa4e22bb5bdae66c3d7b3674ea76d
parenta883d97fc538b6b92ecf5c45338997b97f6d5fb7
staging: rtl8723bs: Remove set but not used variable 'i'

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

drivers/staging/rtl8723bs/core/rtw_xmit.c: In function update_attrib:
drivers/staging/rtl8723bs/core/rtw_xmit.c:680:7: warning: variable i set but not used [-Wunused-but-set-variable]

It is not used since commit 554c0a3abf21 ("staging:
Add rtl8723bs sdio wifi driver")

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Link: https://lore.kernel.org/r/1570578905-95675-1-git-send-email-zhengbin13@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_xmit.c