Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
atl1c: return PCI_ERS_RESULT_DISCONNECT on permanent failure
PCI drivers that implement the struct pci_error_handlers' error_detected callback should return PCI_ERS_RESULT_DISCONNECT if the state passed in is pci_channel_io_perm_failure. This patch fixes the issue for atl1c. Signed-off-by: Dean Nelson <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information