summaryrefslogtreecommitdiff
path: root/drivers/message
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2024-01-18 15:14:41 +0300
committerMartin K. Petersen <martin.petersen@oracle.com>2024-01-24 05:38:18 +0300
commit9759cdc1bcb8659dae638bd0c3927eac6db9c874 (patch)
tree22c3ee1f8a5b50025a2bee0b8f28ba72f03f8dd0 /drivers/message
parent01f256228c0f89c4b48fbc7c67b64a26cdcfd740 (diff)
downloadlinux-9759cdc1bcb8659dae638bd0c3927eac6db9c874.tar.xz
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 'drivers/message')
0 files changed, 0 insertions, 0 deletions