diff options
| author | Colin Ian King <[email protected]> | 2022-08-05 12:50:42 +0100 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2022-08-31 23:39:57 -0400 |
| commit | 4e62671a9a49c0f226311cbac08cdb64e905ab47 (patch) | |
| tree | c10556cbbcd3b7024217b4ac3954cad53dfa7d04 /scripts/gdb/linux/genpd.py | |
| parent | 3fa5975b07e9d0ca949537aca24adc0a17e37bfc (diff) | |
scsi: megaraid: Remove redundant assignment to variable mfiStatus
The variable mfiStatus is assigned a value but it is never read. The
assignment is redundant and can be removed. Also remove { } as the return
statement does not need to be in its own code block.
Cleans up clang scan build warning:
drivers/scsi/megaraid/megaraid_sas_base.c:4026:7: warning: Although the
value stored to 'mfiStatus' is used in the enclosing expression, the
value is never actually read from 'mfiStatus' [deadcode.DeadStores]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/genpd.py')
0 files changed, 0 insertions, 0 deletions