diff --git a/drivers/net/e100.c b/drivers/net/e100.c index 458af6a80bbb79156c9b8cf08c83fc37f1792969..e12cc68deaa48e861ddb90cfd46f7b0e66320590 100644 --- a/drivers/net/e100.c +++ b/drivers/net/e100.c @@ -2791,6 +2791,7 @@ static pci_ers_result_t e100_io_error_detected(struct pci_dev *pdev, pci_channel /* Detach; put netif into state similar to hotplug unplug. */ netif_poll_enable(netdev); netif_device_detach(netdev); + pci_disable_device(pdev); /* Request a slot reset. */ return PCI_ERS_RESULT_NEED_RESET;