mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 06:21:31 +00:00
Merge branch 'pci/portdrv' into next
* pci/portdrv: PCI/portdrv: Turn off PCIe services during shutdown
This commit is contained in:
commit
8dceeaf8ff
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue