|
@@ -1001,6 +1001,7 @@ static void handle_error_source(struct pci_dev *dev, struct aer_err_info *info)
|
|
if (pos)
|
|
if (pos)
|
|
pci_write_config_dword(dev, pos + PCI_ERR_COR_STATUS,
|
|
pci_write_config_dword(dev, pos + PCI_ERR_COR_STATUS,
|
|
info->status);
|
|
info->status);
|
|
|
|
+ pci_aer_clear_device_status(dev);
|
|
} else if (info->severity == AER_NONFATAL)
|
|
} else if (info->severity == AER_NONFATAL)
|
|
pcie_do_nonfatal_recovery(dev);
|
|
pcie_do_nonfatal_recovery(dev);
|
|
else if (info->severity == AER_FATAL)
|
|
else if (info->severity == AER_FATAL)
|