]> www.infradead.org Git - users/jedix/linux-maple.git/commit
irqchip/irq-vt8500: Drop redundant copy of the device node pointer
authorAlexey Charkov <alchark@gmail.com>
Tue, 6 May 2025 12:46:15 +0000 (16:46 +0400)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 6 May 2025 13:58:26 +0000 (15:58 +0200)
commit45453df7f69b0157a14478f635c99216821faeee
tree651cfc8d9fbdf8df148b01b83dfd49ba1ed36d14
parent22111fdf11666e4ff2bb80481a874a6b958323f2
irqchip/irq-vt8500: Drop redundant copy of the device node pointer

Inside vt8500_irq_init(), np is the same as node. Drop it.

Signed-off-by: Alexey Charkov <alchark@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250506-vt8500-intc-updates-v2-2-a3a0606cf92d@gmail.com
drivers/irqchip/irq-vt8500.c