mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-04 15:17:40 +07:00
qla2xxx: Disable PCI device in shutdown handler.
Disable the PCI device during shutdown to prevent any races with other PCI code such as the AER handling code. Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com> Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
ef86cb2059
commit
61d41f610d
@ -3032,6 +3032,9 @@ qla2x00_shutdown(struct pci_dev *pdev)
|
|||||||
qla2x00_free_irqs(vha);
|
qla2x00_free_irqs(vha);
|
||||||
|
|
||||||
qla2x00_free_fw_dump(ha);
|
qla2x00_free_fw_dump(ha);
|
||||||
|
|
||||||
|
pci_disable_pcie_error_reporting(pdev);
|
||||||
|
pci_disable_device(pdev);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Deletes all the virtual ports for a given ha */
|
/* Deletes all the virtual ports for a given ha */
|
||||||
|
Loading…
Reference in New Issue
Block a user