Re: [PATCH][next] scsi: elx: efct: remove redundant initialization of variable lun

From: James Smart
Date: Fri Jun 18 2021 - 18:50:33 EST


On 6/16/2021 10:16 AM, Colin King wrote:
From: Colin Ian King <colin.king@xxxxxxxxxxxxx>

The variable lun is being initialized with a value that is never
read, it is being updated later on. The assignment is redundant and
can be removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
---
drivers/scsi/elx/efct/efct_unsol.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


Thanks

Reviewed-by: James Smart <jsmart2021@xxxxxxxxx>

-- james