genirq: Refactor accessors to use irq_data_get_affinity_mask
authorSamuel Holland <samuel@sholland.org>
Fri, 1 Jul 2022 20:00:53 +0000 (15:00 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 11 Mar 2023 12:57:30 +0000 (13:57 +0100)
commit00340ccb5407e4c60fc339b16b5d975cbd04b540
treea5936da3c1b5e2e5f66aa823d2bf669f06cf2972
parent2163cf142272603f3e7eac3ee75e08dce7a5cdb4
genirq: Refactor accessors to use irq_data_get_affinity_mask

[ Upstream commit 961343d7822624d0e329ab4167c7e1d02bb53112 ]

A couple of functions directly reference the affinity mask. Route them
through irq_data_get_affinity_mask so they will pick up any refactoring
done there.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20220701200056.46555-6-samuel@sholland.org
Stable-dep-of: feabecaff590 ("genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask()")
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/linux/irq.h