aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2024-01-18 12:14:41 +0000
committerMartin K. Petersen <[email protected]>2024-01-23 21:38:18 -0500
commit9759cdc1bcb8659dae638bd0c3927eac6db9c874 (patch)
tree22c3ee1f8a5b50025a2bee0b8f28ba72f03f8dd0 /scripts/generate_rust_analyzer.py
parent01f256228c0f89c4b48fbc7c67b64a26cdcfd740 (diff)
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions