OSDN Git Service

irqchip/lpc32xx: Switch to dynamic chip name output
authorMarc Zyngier <maz@kernel.org>
Wed, 9 Feb 2022 16:26:01 +0000 (16:26 +0000)
committerMarc Zyngier <maz@kernel.org>
Tue, 15 Feb 2022 11:25:46 +0000 (11:25 +0000)
commit365550239f87342e3d29802fce0f5e9a044e8070
treee364835c328d3d7bd7911d935823b2aa5c2aa158
parent745f1fb91fe51b4a36bc1c3dbccdbbbb978f93d2
irqchip/lpc32xx: Switch to dynamic chip name output

Instead of overriding the name field with the device name, use
the relevant callback. This allows us to make the irq_chip structure
const.

Signed-off-by: Marc Zyngier <maz@kernel.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20220209162607.1118325-5-maz@kernel.org
drivers/irqchip/irq-lpc32xx.c