linux-stable/drivers/scsi/hisi_sas
Sergey Shtylyov ab17122e75 scsi: hisi_sas: Propagate errors in interrupt_init_v1_hw()
After commit 6c11dc0604 ("scsi: hisi_sas: Fix IRQ checks") we have the
error codes returned by platform_get_irq() ready for the propagation
upsream in interrupt_init_v1_hw() -- that will fix still broken deferred
probing. Let's propagate the error codes from devm_request_irq() as well
since I don't see the reason to override them with -ENOENT...

Link: https://lore.kernel.org/r/49ba93a3-d427-7542-d85a-b74fe1a33a73@omp.ru
Acked-by: John Garry <john.garry@huawei.com>
Signed-off-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2021-05-21 17:04:13 -04:00
..
hisi_sas.h scsi: hisi_sas: Directly snapshot registers when executing a reset 2021-04-12 23:21:26 -04:00
hisi_sas_main.c scsi: hisi_sas: Print SATA device SAS address for soft reset failure 2021-04-12 23:21:26 -04:00
hisi_sas_v1_hw.c scsi: hisi_sas: Propagate errors in interrupt_init_v1_hw() 2021-05-21 17:04:13 -04:00
hisi_sas_v2_hw.c scsi: hisi_sas: Remove deferred probe check in hisi_sas_v2_probe() 2021-01-26 23:02:11 -05:00
hisi_sas_v3_hw.c scsi: hisi_sas: Warn in v3 hw channel interrupt handler when status reg cleared 2021-04-12 23:21:26 -04:00
Kconfig scsi: hisi_sas: Enable debugfs support by default 2021-01-26 23:02:11 -05:00
Makefile