]> Gentwo Git Trees - linux/.git/commit
PCI/pwrctrl: Fix device leak at device stop
authorJohan Hovold <johan+linaro@kernel.org>
Mon, 21 Jul 2025 15:36:09 +0000 (17:36 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 27 Aug 2025 19:32:25 +0000 (14:32 -0500)
commitdc32e9346b26ba33e84ec3034a1e53a9733700f9
treec284a671cc98aa5b8d62f282ba18cdd5f9ca03f7
parente24bbbe0780262a21fc8619fe99078a5b8d64b18
PCI/pwrctrl: Fix device leak at device stop

Make sure to drop the reference to the pwrctrl device taken by
of_find_device_by_node() when stopping a PCI device.

Fixes: 681725afb6b9 ("PCI/pwrctl: Remove pwrctl device without iterating over all children of pwrctl parent")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Manivannan Sadhasivam <mani@kernel.org>
Cc: stable@vger.kernel.org # v6.13
Link: https://patch.msgid.link/20250721153609.8611-4-johan+linaro@kernel.org
drivers/pci/remove.c