diff options
author | Colin Ian King <[email protected]> | 2021-10-13 19:28:34 +0100 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2021-10-18 22:38:34 -0400 |
commit | 8ecfb16c9be271dc79bfabbed9ac8ab8faba50b2 (patch) | |
tree | e28a99897798d4706464850f845a0ff2e83e8416 /scripts/gdb/linux/utils.py | |
parent | b3ef4a0e40df92538f1106fef2f9730cc6fd2ea5 (diff) |
scsi: 3w-xxx: Remove redundant initialization of variable retval
The variable retval is being initialized with a value that is never read,
it is being updated immediately afterwards. The assignment is redundant and
can be removed.
Link: https://lore.kernel.org/r/[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 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions