commit | 59ed6eecff4aa00c5c5d18ffd180acac108d596e | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Tue Jun 30 12:46:34 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 30 19:47:04 2009 -0700 |
tree | 7de4c1f9b702847e9b684ab010110810ecf8b158 | |
parent | c93b5a76d58656158d195a7df507ebc660010969 [diff] |
igb: return PCI_ERS_RESULT_DISCONNECT on permanent error PCI drivers that implement the io_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 igb. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>