diff options
author | Colin Ian King <[email protected]> | 2020-07-22 16:44:04 +0100 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2020-07-24 22:09:56 -0400 |
commit | 55eb809f5e1c6d2a57e4c24a574fe09065e62534 (patch) | |
tree | c96fc05e3c6438f7a06d87ea9a2f3fd56973ee83 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | 386533796574bcdfe25ef3b8c520bc5f3a9d7c89 (diff) |
scsi: libsas: Remove redundant assignment to variable res
The variable 'res' is being initialized with a value that is never read and
it is being updated later with a new value. The initialization is redundant
and can be removed.
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: John Garry <[email protected]>
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Addresses-Coverity: ("Unused value")
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions