]> www.infradead.org Git - users/jedix/linux-maple.git/commit
irqchip/armada-370-xp: Use unsigned int type for virqs
authorMarek Behún <kabel@kernel.org>
Thu, 11 Jul 2024 11:57:40 +0000 (13:57 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 30 Jul 2024 11:35:46 +0000 (13:35 +0200)
commite4cd7c553a00e2904689cac543e314b1962c6a8e
treed802d9b6911396c1f3a6f9febdb200b539d48f5b
parent55689986d7eaed09b6569b1e06b29044cd3cb590
irqchip/armada-370-xp: Use unsigned int type for virqs

The return type of irq_find_mapping() and irq_linear_revmap() is
unsigned int. Use the unsigned int type for the variables storing the
return value.

Signed-off-by: Marek Behún <kabel@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/all/20240711115748.30268-3-kabel@kernel.org
drivers/irqchip/irq-armada-370-xp.c