irqchip: Remove redundant irq_chip::name initialization
authorKeguang Zhang <keguang.zhang@gmail.com>
Mon, 11 Mar 2024 11:53:44 +0000 (19:53 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 25 Mar 2024 16:38:29 +0000 (17:38 +0100)
commit7b6f0f278d02de5a8f49202465c6427b56c97545
tree206a07c2d6c0eb3091b141e571b536357397b5bb
parentf4e116b2c5eec0dc1ab65e7105c180d4f8627b39
irqchip: Remove redundant irq_chip::name initialization

Since commit 021a8ca2ba23 ("genirq/generic-chip: Fix the irq_chip name for
/proc/interrupts"), the chip name of all chip types are set to the same
name by irq_init_generic_chip() now. So the initialization to the same
irq_chip name are no longer needed. Drop them.

Signed-off-by: Keguang Zhang <keguang.zhang@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20240311115344.72567-1-keguang.zhang@gmail.com
drivers/irqchip/irq-sunxi-nmi.c
drivers/irqchip/irq-tb10x.c