]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'irq/urgent' into irq/drivers
authorThomas Gleixner <tglx@kernel.org>
Thu, 26 Mar 2026 15:14:33 +0000 (16:14 +0100)
committerThomas Gleixner <tglx@kernel.org>
Thu, 26 Mar 2026 15:14:33 +0000 (16:14 +0100)
to fixup a trivial conflict with pending upstream fixes.

1  2 
drivers/irqchip/irq-renesas-rzv2h.c

index ce790590f7ca9932d09c3ba1f182dd212b676492,03e93b061edde1ad746ebf7fccd0804cd3ccbd18..31f191641ff8fff4be8ef369d3a1c432b5ff416d
@@@ -884,8 -621,8 +884,7 @@@ static int rzv2h_icu_probe_common(struc
        return 0;
  
  pm_put:
-       pm_runtime_put(dev);
 -      pm_runtime_put_sync(&pdev->dev);
--
++      pm_runtime_put_sync(dev);
        return ret;
  }