Merge branch 'pci/switchtec'
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 15 Jan 2024 18:10:35 +0000 (12:10 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 15 Jan 2024 18:10:35 +0000 (12:10 -0600)
commitd6f5bcc2d098b5900fc288429499d6a7e650717f
tree657c5e3b82720648b948b6de43ac97b39c741ff5
parent5a4af2ca48b877c8214722f338bdce702892e269
parentdf25461119d987b8c81d232cfe4411e91dcabe66
Merge branch 'pci/switchtec'

- Do dma_mrpc cleanup during switchtec_pci_remove() to match its devm
  ioremapping in switchtec_pci_probe().  Previously the cleanup was done in
  stdev_release(), which used stale pointers if stdev->cdev happened to be
  open when the PCI device was removed (Daniel Stodden)

* pci/switchtec:
  PCI: switchtec: Fix stdev_release() crash after surprise hot remove