On Thu, Aug 21, 2025 at 09:49:11AM -0500, Mario Limonciello (AMD) wrote:
> There is an irqd_to_hwirq() intended to get the hwirq number. Switch
> all use to it.
Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
...
> pm_pr_dbg("Setting wake for GPIO %lu to %s\n",
> - d->hwirq, str_enable_disable(on));
> + hwirq, str_enable_disable(on));
Not related to this series, just wondering if it makes sense to have this to be
in IRQ chip core (OTOH, it will not tell about GPIO per se, just about an IRQ
chip).
--
With Best Regards,
Andy Shevchenko