mbox series

[GIT,PULL] PCI fixes for v6.13

Message ID 20241201001444.GA2843588@bhelgaas (mailing list archive)
State New
Headers show
Series [GIT,PULL] PCI fixes for v6.13 | expand

Pull-request

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

Message

Bjorn Helgaas Dec. 1, 2024, 12:14 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Dec. 1, 2024, 2:41 a.m. UTC | #1
The pull request you sent on Sat, 30 Nov 2024 18:14:44 -0600:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0cb71708c5816569f8addd5c6f33cb9679e73b5b

Thank you!