diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-02-01 21:03:27 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-02-27 19:45:48 +0300 |
commit | 2571c081cb43c156f63b735dfb952119775324f4 (patch) | |
tree | c5b652378078a00efc8bff19532781aab2a0df1b /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | fc8b92635f79cfc4dd3015384bebafada0b08f19 (diff) | |
download | linux-2571c081cb43c156f63b735dfb952119775324f4.tar.xz |
ath5k: remove duplicated re-assignment to pointer 'tq'
Pointer tq is initialized with &ah->ah_txq[queue] and then a few
lines later is re-assigned the same value, hence this duplicate
assignment is redundant and can be removed.
Cleans up clang warning:
drivers/net/wireless/ath/ath5k/qcu.c:326:25: warning: Value stored
to 'tq' during its initialization is never read
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions