irqchip/armada-370-xp: Use correct type for cpu variable
authorMarek Behún <kabel@kernel.org>
Mon, 8 Jul 2024 15:17:58 +0000 (17:17 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 30 Jul 2024 11:35:46 +0000 (13:35 +0200)
commit0cbbf7c15d197ac370387c08d900abe142153cd3
treeeadab61181f1fd406c6b14ad7a29e3bfb583d82c
parente812dd60b6cca3211e7d83528c8bf077a51730b4
irqchip/armada-370-xp: Use correct type for cpu variable

Use unsigned int instead of int for variable storing the cpu number.

Signed-off-by: Marek Behún <kabel@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/all/20240708151801.11592-8-kabel@kernel.org
drivers/irqchip/irq-armada-370-xp.c