diff options
author | Colin Ian King <[email protected]> | 2020-05-27 12:52:42 +0100 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2020-06-02 21:44:14 -0400 |
commit | 89523cb8a67cea2642deb19042a15fdd8c4138d4 (patch) | |
tree | c5a7956c4458afaca6ef7f17137a04a91f55b905 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 61e6ba03ea26f0205e535862009ff6ffdbf4de0c (diff) |
scsi: qedf: Remove redundant initialization of variable rc
The variable rc 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]
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions