pinctrl: amd: Don't access irq_data's hwirq member directly
authorMario Limonciello (AMD) <superm1@kernel.org>
Thu, 21 Aug 2025 14:49:11 +0000 (09:49 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 22 Aug 2025 06:34:40 +0000 (08:34 +0200)
commit7a399ce67e981f5f28afc1ff50772acd1f4e7bbf
tree21fbe378d1b9137848a1cc9c6e439d9924a2d74e
parent54b962fa14dc82a625436fcbcee7b3f2067a4f6d
pinctrl: amd: Don't access irq_data's hwirq member directly

There is an irqd_to_hwirq() intended to get the hwirq number. Switch
all use to it.

Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/20250821144942.2463014-1-superm1@kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-amd.c