Re: [PATCH] scsi: fnic: fix error return code in fnic_probe()

2020-12-09 Thread Martin K. Petersen
On Fri, 4 Dec 2020 15:47:39 +0800, Zhang Changzhong wrote: > Fix to return a negative error code from the error handling > case instead of 0, as done elsewhere in this function. Applied to 5.11/scsi-queue, thanks! [1/1] scsi: fnic: fix error return code in fnic_probe() https://git.kernel.o

Re: [PATCH] scsi: fnic: fix error return code in fnic_probe()

2020-12-07 Thread Martin K. Petersen
Zhang, > Fix to return a negative error code from the error handling > case instead of 0, as done elsewhere in this function. Applied to 5.11/scsi-staging, thanks! -- Martin K. Petersen Oracle Linux Engineering

RE: [PATCH] scsi: fnic: fix error return code in fnic_probe()

2020-12-07 Thread Karan Tilak Kumar (kartilak)
; James Bottomley ; Mike Christie ; Joe Eykholt ; Abhijeet Joglekar Cc: linux-s...@vger.kernel.org; linux-kernel@vger.kernel.org Subject: [PATCH] scsi: fnic: fix error return code in fnic_probe() Fix to return a negative error code from the error handling case instead of 0, as done elsewhere

[PATCH] scsi: fnic: fix error return code in fnic_probe()

2020-12-03 Thread Zhang Changzhong
Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Fixes: 5df6d737dd4b ("[SCSI] fnic: Add new Cisco PCI-Express FCoE HBA") Reported-by: Hulk Robot Signed-off-by: Zhang Changzhong --- drivers/scsi/fnic/fnic_main.c | 1 + 1 file chan