Re: [PATCH] isci: style: remove the unneeded variable: "status".

2021-01-14 Thread Martin K. Petersen
On Wed, 30 Dec 2020 15:04:20 +0800, YANG LI wrote: > The variable 'status' is being initialized with SCI_SUCCESS and never > update later with a new value. The initialization is redundant and can > be removed. Applied to 5.12/scsi-queue, thanks! [1/1] isci: style: remove the unneeded variable:

[PATCH] isci: style: remove the unneeded variable: "status".

2020-12-29 Thread YANG LI
The variable 'status' is being initialized with SCI_SUCCESS and never update later with a new value. The initialization is redundant and can be removed. Signed-off-by: YANG LI Reported-by: Abaci --- drivers/scsi/isci/request.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff