genirq/ipi-mux: Use irq_domain_alloc_irqs()
authorMarc Zyngier <maz@kernel.org>
Mon, 6 Feb 2023 17:21:15 +0000 (17:21 +0000)
committerMarc Zyngier <maz@kernel.org>
Mon, 6 Feb 2023 17:21:15 +0000 (17:21 +0000)
commit3d812a0f27baa2d094f2c18298d48b012878dc0b
tree6955443126e1f082d9c8aa4d16ad6f95e6eea8ee
parentc19f897194288ec286bb52001b9ee9551876a614
genirq/ipi-mux: Use irq_domain_alloc_irqs()

Using __irq_domain_alloc_irqs() is an unnecessary complexity. Use
irq_domain_alloc_irqs(), which is simpler and makes the code more
readable.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Marc Zyngier <maz@kernel.org>
kernel/irq/ipi-mux.c