|
@@ -1817,10 +1817,9 @@ static pci_ers_result_t lpfc_io_error_detected(struct pci_dev *pdev,
|
|
struct lpfc_sli *psli = &phba->sli;
|
|
struct lpfc_sli *psli = &phba->sli;
|
|
struct lpfc_sli_ring *pring;
|
|
struct lpfc_sli_ring *pring;
|
|
|
|
|
|
- if (state == pci_channel_io_perm_failure) {
|
|
|
|
- lpfc_pci_remove_one(pdev);
|
|
|
|
|
|
+ if (state == pci_channel_io_perm_failure)
|
|
return PCI_ERS_RESULT_DISCONNECT;
|
|
return PCI_ERS_RESULT_DISCONNECT;
|
|
- }
|
|
|
|
|
|
+
|
|
pci_disable_device(pdev);
|
|
pci_disable_device(pdev);
|
|
/*
|
|
/*
|
|
* There may be I/Os dropped by the firmware.
|
|
* There may be I/Os dropped by the firmware.
|