irqchip/armada-370-xp: Fix return value of armada_370_xp_msi_alloc()
authorPali Rohár <pali@kernel.org>
Thu, 25 Nov 2021 13:00:56 +0000 (14:00 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Dec 2021 10:32:45 +0000 (11:32 +0100)
commit8f3ed9deaaac4044d89ae62756f2c3c79985b631
tree7fa6f421664046d47b6fb428e20d7e69eab98a3d
parentd530e9943d643da34df4ab64698896f1e25ff38b
irqchip/armada-370-xp: Fix return value of armada_370_xp_msi_alloc()

commit ce20eff57361e72878a772ef08b5239d3ae102b6 upstream.

IRQ domain alloc function should return zero on success. Non-zero value
indicates failure.

Signed-off-by: Pali Rohár <pali@kernel.org>
Fixes: fcc392d501bd ("irqchip/armada-370-xp: Use the generic MSI infrastructure")
Cc: stable@vger.kernel.org
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20211125130057.26705-1-pali@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/irqchip/irq-armada-370-xp.c