linux-stable/drivers/scsi/hisi_sas
John Garry 4d287d8bae scsi: hisi_sas: Remove deferred probe check in hisi_sas_v2_probe()
The platform_get_irq() check for -EPROBE_DEFER was to ensure that all the
steps to add the SCSI host are not done and then only to realise that the
probe needs to be deferred.

However, since there is now an earlier check for this in
hisi_sas_interrupt_preinit(), this check is superfluous and may be removed.

Link: https://lore.kernel.org/r/1611659068-131975-2-git-send-email-john.garry@huawei.com
Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2021-01-26 23:02:11 -05:00
..
hisi_sas.h scsi: hisi_sas: Pass gfp_t flags to libsas event notifiers 2021-01-22 21:31:08 -05:00
hisi_sas_main.c scsi: hisi_sas: Switch back to original libsas event notifiers 2021-01-22 21:31:09 -05:00
hisi_sas_v1_hw.c scsi: hisi_sas: Switch back to original libsas event notifiers 2021-01-22 21:31:09 -05: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: Switch back to original libsas event notifiers 2021-01-22 21:31:09 -05:00
Kconfig scsi: hisi_sas: Add check for methods _PS0 and _PR0 2020-10-06 20:47:06 -04:00
Makefile