diff options
author | YueHaibing <yuehaibing@huawei.com> | 2018-10-08 17:16:59 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-10-13 20:05:26 +0300 |
commit | 03ce6f8a677692e4e5d5196b4e337555285b8996 (patch) | |
tree | 05bc2b23e7ce567b4b708eee2accf7a86a4596fd /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 4cb5054957b24dd83f5747cd1771c790726d7836 (diff) | |
download | linux-03ce6f8a677692e4e5d5196b4e337555285b8996.tar.xz |
rtl8xxxu: Remove set but not used variables 'usedesc40' and 'seq_number'
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c: In function 'rtl8xxxu_tx':
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c:4925:7: warning:
variable 'usedesc40' set but not used [-Wunused-but-set-variable]
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c:4921:6: warning:
variable 'seq_number' set but not used [-Wunused-but-set-variable]
'usedesc40' and 'seq_number' are not used any more after
commit b59415c2dd08 ("rtl8xxxu: Split filling of TX descriptors into separate functions")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions