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 -- Mar

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 > --- >