Re: [PATCH] scsi: storvsc: missing error code in storvsc_probe()

2018-02-09 Thread Greg KH
On Thu, Feb 08, 2018 at 04:50:40PM -0700, Long Li wrote: > From: Long Li No, Dan wrote the first patch here, don't change the authorship of a patch :( Now fixed up by hand... ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdri

Re: [PATCH] scsi: storvsc: missing error code in storvsc_probe()

2018-01-16 Thread Martin K. Petersen
Dan, > We should set the error code if fc_remote_port_add() fails. Applied to 4.16/scsi-queue, thanks! -- Martin K. Petersen Oracle Linux Engineering ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mai

RE: [PATCH] scsi: storvsc: missing error code in storvsc_probe()

2018-01-16 Thread KY Srinivasan
iverproject.org; linux- > s...@vger.kernel.org; kernel-janit...@vger.kernel.org > Subject: Re: [PATCH] scsi: storvsc: missing error code in storvsc_probe() > > On 01/16/2018 05:40 AM, Dan Carpenter wrote: > > We should set the error code if fc_remote_port_add() fails. > > > >

Re: [PATCH] scsi: storvsc: missing error code in storvsc_probe()

2018-01-16 Thread Cathy Avery
On 01/16/2018 05:40 AM, Dan Carpenter wrote: We should set the error code if fc_remote_port_add() fails. Fixes: daf0cd445a21 ("scsi: storvsc: Add support for FC rport.") Signed-off-by: Dan Carpenter diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c index 3b3d1d050cac..40fc7a