diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-05-29 17:53:56 +0300 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2019-06-27 13:58:13 +0300 |
commit | d3edd108e54e95e70ea8fc95d60d95bcebb1267d (patch) | |
tree | 4812e60611c9d0cd3864e403c27e8fa68507ea68 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | d2679d65fef6abb59f483166b4c9e3111da1d6e3 (diff) | |
download | linux-d3edd108e54e95e70ea8fc95d60d95bcebb1267d.tar.xz |
mt76: Remove set but not used variables 'pid' and 'final_mpdu'
Fixes gcc '-Wunused-but-set-variable' warnings:
drivers/net/wireless/mediatek/mt76/mt7603/mac.c: In function mt7603_fill_txs:
drivers/net/wireless/mediatek/mt76/mt7603/mac.c:969:5: warning: variable pid set but not used [-Wunused-but-set-variable]
drivers/net/wireless/mediatek/mt76/mt7603/mac.c:961:7: warning: variable final_mpdu set but not used [-Wunused-but-set-variable]
drivers/net/wireless/mediatek/mt76/mt7615/mac.c: In function mt7615_fill_txs:
drivers/net/wireless/mediatek/mt76/mt7615/mac.c:555:5: warning: variable pid set but not used [-Wunused-but-set-variable]
drivers/net/wireless/mediatek/mt76/mt7615/mac.c:552:19: warning: variable final_mpdu set but not used [-Wunused-but-set-variable]
They are never used, so can be removed.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions