On Mon, Jul 21, 2025 at 05:36:06PM +0200, Johan Hovold wrote:
> This series fixes some pwrctrl device and OF node leaks spotted while
> discussing the recent pwrctrl-related (ASPM and probe) regressions on
> Qualcomm platforms.
>
> Johan
>
>
> Johan Hovold (3):
> PCI/pwrctrl: Fix device leak at registration
> PCI/pwrctrl: Fix device and OF node leak at bus scan
> PCI/pwrctrl: Fix device leak at device stop
>
> drivers/pci/bus.c | 14 +++++++++-----
> drivers/pci/probe.c | 19 ++++++++++++++++---
> drivers/pci/remove.c | 2 ++
> 3 files changed, 27 insertions(+), 8 deletions(-)
Applied to pci/pwrctrl for v6.18, thanks, Johan!