diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-12-04 22:18:10 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2020-12-09 19:34:17 +0300 |
commit | 3a5b9fa2cc5fc0ddd86f03e28947e8b410622148 (patch) | |
tree | e260b6e1c88738f499ae57447889cb0a661f7bf5 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 8f525bc2a7b296cf24cfa7e5186bc32dd8e766aa (diff) | |
download | linux-3a5b9fa2cc5fc0ddd86f03e28947e8b410622148.tar.xz |
scsi: qla4xxx: Remove redundant assignment to variable rval
The variable rval 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/20201204191810.1150995-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Addresses-Coverity: ("Unused value")
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions