]> git.itanic.dy.fi Git - linux-stable/commit
irqchip: ingenic: Error out if IRQ domain creation failed
authorPaul Cercueil <paul@crapouillou.net>
Wed, 2 Oct 2019 11:25:22 +0000 (19:25 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 4 Jan 2020 12:40:50 +0000 (13:40 +0100)
commitc4c2250c2160c5b1a9fe08cb96adf0396745aecf
tree9e76f8669a21b0260ee67f89fde48f1c7366b5fb
parent8f5f88c6b69d66f2c417ab59a1db4cc24bff3836
irqchip: ingenic: Error out if IRQ domain creation failed

[ Upstream commit 52ecc87642f273a599c9913b29fd179c13de457b ]

If we cannot create the IRQ domain, the driver should fail to probe
instead of succeeding with just a warning message.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/1570015525-27018-3-git-send-email-zhouyanjie@zoho.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/irqchip/irq-ingenic.c