diff options
author | 2024-01-18 12:14:41 +0000 | |
---|---|---|
committer | 2024-01-23 21:38:18 -0500 | |
commit | 9759cdc1bcb8659dae638bd0c3927eac6db9c874 (patch) | |
tree | 22c3ee1f8a5b50025a2bee0b8f28ba72f03f8dd0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | scsi: ufs: mcq: Remove unused parameters (diff) | |
download | wireguard-linux-9759cdc1bcb8659dae638bd0c3927eac6db9c874.tar.xz wireguard-linux-9759cdc1bcb8659dae638bd0c3927eac6db9c874.zip |
scsi: megaraid: Remove redundant assignment to variable 'retval'
The variable 'retval' is being assigned a value that is not being read
afterwards. The assignment is redundant and can be removed.
Cleans up clang scan warning:
Although the value stored to 'retval' is used in the enclosing
expression, the value is never actually read from 'retval'
[deadcode.DeadStores]
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20240118121441.2533620-1-colin.i.king@gmail.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions