irqchip/apple-aic: Fix cpumask allocation for FIQs
authorMarc Zyngier <maz@kernel.org>
Thu, 10 Mar 2022 08:34:58 +0000 (08:34 +0000)
committerMarc Zyngier <maz@kernel.org>
Thu, 10 Mar 2022 08:58:34 +0000 (08:58 +0000)
commitdc29812dbc873ae00bf19a4b8661984d7cce7a2e
treed0dfdc7527300319c529f83ac68e767c564dc81b
parent11db7410cfcba2e5ffed7b8bb2a57d4dd5e22063
irqchip/apple-aic: Fix cpumask allocation for FIQs

An emparassing typo: allocating a pointer instead of the object
pointed to. No harm done, as the pointer is large enough for
what we are using the object for, but still...

Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20220310050238.4478-1-guozhengkui@vivo.com
drivers/irqchip/irq-apple-aic.c