[GIT PULL] PCI fixes for v6.13

From: Bjorn Helgaas
Date: Sat Nov 30 2024 - 19:14:52 EST


The following changes since commit 10099266dec8275a6899e6a27dcdfebbcc726cc7:

Merge branch 'pci/typos' (2024-11-25 13:41:00 -0600)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.13-fixes-1

for you to fetch changes up to 5c8418cf4025388bedd4d65ada993f7d3786cc3a:

PCI/pwrctrl: Unregister platform device only if one actually exists (2024-11-30 11:41:25 -0600)

----------------------------------------------------------------
- When removing a PCI device, only look up and remove a platform device
if there is an associated device node for which there could be a platform
device, to fix a merge window regression (Brian Norris)

----------------------------------------------------------------
Brian Norris (1):
PCI/pwrctrl: Unregister platform device only if one actually exists

drivers/pci/remove.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)