Re: [PATCH] scsi: storvsc: Fix error return in storvsc_probe()

2020-11-30 Thread Martin K. Petersen
On Fri, 27 Nov 2020 11:02:06 +0800, Jing Xiangfeng wrote: > Fix to return a error code "-ENOMEM" from the error handling case > instead of 0. Applied to 5.10/scsi-fixes, thanks! [1/1] scsi: storvsc: Fix error return in storvsc_probe() https://git.kernel.org/mkp/scsi/c/6112ff4e8f39 --

RE: [PATCH] scsi: storvsc: Fix error return in storvsc_probe()

2020-11-29 Thread Michael Kelley
From: Jing Xiangfeng Sent: Thursday, November 26, 2020 7:02 PM > > Fix to return a error code "-ENOMEM" from the error handling case > instead of 0. > > Fixes: 436ad9413353 ("scsi: storvsc: Allow only one remove lun work item to > be issued per > lun") > Signed-off-by: Jing Xiangfeng > --- >

[PATCH] scsi: storvsc: Fix error return in storvsc_probe()

2020-11-26 Thread Jing Xiangfeng
Fix to return a error code "-ENOMEM" from the error handling case instead of 0. Fixes: 436ad9413353 ("scsi: storvsc: Allow only one remove lun work item to be issued per lun") Signed-off-by: Jing Xiangfeng --- drivers/scsi/storvsc_drv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)