Re: [PATCH] scsi: megaraid: remove redundant assignment to variable mfiStatus

From: Martin K. Petersen
Date: Thu Sep 01 2022 - 01:13:05 EST


On Fri, 5 Aug 2022 12:50:42 +0100, Colin Ian King wrote:

> 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 it's 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]
>
> [...]

Applied to 6.1/scsi-queue, thanks!

[1/1] scsi: megaraid: remove redundant assignment to variable mfiStatus
https://git.kernel.org/mkp/scsi/c/4e62671a9a49

--
Martin K. Petersen Oracle Linux Engineering