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