1
0
Fork 0

Merge branch 'pci/portdrv' into next

* pci/portdrv:
  PCI/portdrv: Turn off PCIe services during shutdown
hifive-unleashed-5.1
Bjorn Helgaas 2017-11-14 12:11:24 -06:00
commit 8dceeaf8ff
1 changed files with 1 additions and 0 deletions

View File

@ -246,6 +246,7 @@ static struct pci_driver pcie_portdriver = {
.probe = pcie_portdrv_probe,
.remove = pcie_portdrv_remove,
.shutdown = pcie_portdrv_remove,
.err_handler = &pcie_portdrv_err_handler,