diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2022-03-07 14:36:25 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-03-14 18:27:14 +0100 |
commit | 4a51c297f8ffd1621828b856ab89f01d1a2eec81 (patch) | |
tree | 0f1b579dabf1d72608caa991d76ab9c27b901166 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 8d6319cdafadd9f68542cc21972c8c0c5d787ac5 (diff) |
staging: vt6655: remove redundant assignment of pointer tx_key
Pointer tx_key is being assigned a value that is never read, it is
being re-assigned a new value later. The assignment is redundant
and can be removed.
Cleans up clan scan build warning:
drivers/staging/vt6655/rxtx.c:1311:3: warning: Value stored
to 'tx_key' is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20220307143625.136189-1-colin.i.king@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions