]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
genirq: Remove pointless local variable
authorThomas Gleixner <tglx@linutronix.de>
Fri, 18 Jul 2025 18:54:06 +0000 (20:54 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 22 Jul 2025 12:30:42 +0000 (14:30 +0200)
commit46958a7bac2d32fda43fd7cd1858aa414640fbd1
tree7d2478759145dc3ec692a1f9810cf9e0b83f5cc5
parent66067c3c8a1ee097e9c30e8bbd643b12ba54a6b0
genirq: Remove pointless local variable

The variable is only used at one place, which can simply take the constant
as function argument.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Liangyan <liangyan.peng@bytedance.com>
Link: https://lore.kernel.org/all/20250718185311.884314473@linutronix.de
kernel/irq/chip.c