diff options
author | Colin Ian King <[email protected]> | 2022-06-23 17:47:10 +0100 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2022-06-27 22:45:25 -0400 |
commit | 07f0c8aff55156e0ef671fdc87bb44207cfc4f56 (patch) | |
tree | c34ada81581ba13459ba7b11e4b0cab52b4965b0 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 35d11ec239e0996291b140a61a677210ff854f11 (diff) |
scsi: fcoe: Remove redundant assignment to variable 'wlen'
Variable wlen is being assigned a value that is never read, it is being
re-assigned with a different value later on. The assignment is redundant
and can be removed.
Cleans up clang scan build warning:
drivers/scsi/fcoe/fcoe.c:1491:2: warning: Value stored to 'wlen'
is never read [deadcode.DeadStores]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions