Re: [PATCH] pinctrl: ingenic: Convert to immutable irq chip

From: Andy Shevchenko
Date: Fri Jun 10 2022 - 10:15:18 EST


On Tue, Jun 7, 2022 at 5:53 PM Aidan MacDonald
<aidanmacdonald.0x0@xxxxxxxxx> wrote:
>
> Update the driver to use an immutable IRQ chip to fix this warning:
>
> "not an immutable chip, please consider fixing it!"

...

> int irq = irqd->hwirq;

Consider switching to irq_hw_number_t with irqd_to_hwirq() (in a
separate patch) as pointed out in the documentation.

--
With Best Regards,
Andy Shevchenko