]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
scsi: hisi_sas: Propagate errors in interrupt_init_v1_hw()
authorSergey Shtylyov <s.shtylyov@omp.ru>
Wed, 19 May 2021 19:20:15 +0000 (22:20 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Jul 2021 14:02:05 +0000 (16:02 +0200)
commit921c950a8783de2d77e6a79b9c3d699d5a00aaa1
tree0f2509301d6fea4dbd07b7398cf461e5f57390a2
parent0b435d3d56de024fbdf69fea9a426372fd3bb2b6
scsi: hisi_sas: Propagate errors in interrupt_init_v1_hw()

[ Upstream commit ab17122e758ef68fb21033e25c041144067975f5 ]

After commit 6c11dc060427 ("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/scsi/hisi_sas/hisi_sas_v1_hw.c