]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
irqchip/renesas-rzv2h: Fix error path in rzv2h_icu_probe_common()
authorBiju Das <biju.das.jz@bp.renesas.com>
Mon, 23 Mar 2026 12:49:14 +0000 (12:49 +0000)
committerThomas Gleixner <tglx@kernel.org>
Thu, 26 Mar 2026 15:12:01 +0000 (16:12 +0100)
commit897cf98926429c8671a9009442883c2f62deae96
treeb1729bb60b32f49377b66028ce8444690a6d2031
parentcfe02147e86307a17057ee4e3604f5f5919571d2
irqchip/renesas-rzv2h: Fix error path in rzv2h_icu_probe_common()

Replace pm_runtime_put() with pm_runtime_put_sync() when
irq_domain_create_hierarchy() fails to ensure the device suspends
synchronously before devres cleanup disables runtime PM via
pm_runtime_disable().

Fixes: 5ec8cabc3b86 ("irqchip/renesas-rzv2h: Use devm_pm_runtime_enable()")
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260323124917.41602-1-biju.das.jz@bp.renesas.com
drivers/irqchip/irq-renesas-rzv2h.c