Re: [PATCH] scsi: 3w-sas: remove unneeded variable 'retval'

2021-03-18 Thread Martin K. Petersen
On Tue, 9 Mar 2021 14:41:04 +0800, Yang Li wrote: > Fix the following coccicheck warning: > ./drivers/scsi/3w-sas.c:866:5-11: Unneeded variable: "retval". Return > "1" on line 898 Applied to 5.13/scsi-queue, thanks! [1/1] scsi: 3w-sas: remove unneeded variable 'retval' https://git.kernel.o

[PATCH] scsi: 3w-sas: remove unneeded variable 'retval'

2021-03-08 Thread Yang Li
Fix the following coccicheck warning: ./drivers/scsi/3w-sas.c:866:5-11: Unneeded variable: "retval". Return "1" on line 898 Reported-by: Abaci Robot Signed-off-by: Yang Li --- drivers/scsi/3w-sas.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/scsi/3w-sas.c b/dri