Re: [PATCH] block: rsxx: fix error return code of rsxx_pci_probe()

2021-03-09 Thread Jia-Ju Bai
On 2021/3/10 4:59, Jens Axboe wrote: On 3/8/21 3:05 AM, Jia-Ju Bai wrote: Some error handling segments of rsxx_pci_probe() do not return error code, so add error code for these segments. Fixes: 8722ff8cdbfa ("block: IBM RamSan 70/80 device driver") Reported-by: TOTE Robot Signed-off-by: Jia

Re: [PATCH] block: rsxx: fix error return code of rsxx_pci_probe()

2021-03-09 Thread Jens Axboe
On 3/8/21 3:05 AM, Jia-Ju Bai wrote: > Some error handling segments of rsxx_pci_probe() do not return error code, > so add error code for these segments. > > Fixes: 8722ff8cdbfa ("block: IBM RamSan 70/80 device driver") > Reported-by: TOTE Robot > Signed-off-by: Jia-Ju Bai > --- > drivers/bloc

[PATCH] block: rsxx: fix error return code of rsxx_pci_probe()

2021-03-08 Thread Jia-Ju Bai
Some error handling segments of rsxx_pci_probe() do not return error code, so add error code for these segments. Fixes: 8722ff8cdbfa ("block: IBM RamSan 70/80 device driver") Reported-by: TOTE Robot Signed-off-by: Jia-Ju Bai --- drivers/block/rsxx/core.c | 18 +++--- 1 file changed