irqchip/armada-370-xp: Use u32 type instead of unsigned long where possieble
authorMarek Behún <kabel@kernel.org>
Thu, 11 Jul 2024 16:09:05 +0000 (18:09 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 30 Jul 2024 11:35:48 +0000 (13:35 +0200)
commit625f0582f05d1f496ecd598323df1c8bfcdcbd6f
treeb573fa2acb52e4b0e77d99d003694acb3ed8dac0
parentac0ae59db6f521223b477677d2ff51e26815b114
irqchip/armada-370-xp: Use u32 type instead of unsigned long where possieble

For consistency across the driver, use the u32 type instead of unsigned
long for holding register values and return value of cpu_logical_map().

One exception is when the variable is referenced for passing into
for_each_set_bit(), in which case it has to be unsigned long.

Signed-off-by: Marek Behún <kabel@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20240711160907.31012-9-kabel@kernel.org
drivers/irqchip/irq-armada-370-xp.c