diff options
author | Colin Ian King <[email protected]> | 2024-02-15 15:35:33 +0000 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2024-02-15 15:09:09 -0500 |
commit | b628db427fd24892e1690ff50e8bf568210fa333 (patch) | |
tree | 6233f2b56a8e53ca46b1de2f34fd9b6275a6a78e /tools/perf/scripts/python/Perf-Trace-Util/lib | |
parent | a0bcad233fd6a4cdd14441d7cc27b28475721fe8 (diff) |
scsi: qla1280: Remove redundant assignment to variable 'mr'
The variable 'mr' being assigned a value that is never read, the assignment
is redundant and can be removed.
Cleans up clang scan build warning:
drivers/scsi/qla1280.c:2481:2: warning: Value stored to 'mr' is never
read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib')
0 files changed, 0 insertions, 0 deletions