mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-18 09:07:24 +08:00
Minor change.
This commit is contained in:
@@ -3015,7 +3015,7 @@ static pci_ers_result_t e100_io_error_detected(struct pci_dev *pdev, pci_channel
|
||||
struct net_device *netdev = pci_get_drvdata(pdev);
|
||||
struct nic *nic = netdev_priv(netdev);
|
||||
|
||||
/* Similar to calling e100_down(), but avoids adapter I/O. */
|
||||
/* Similar to calling e100_down(), but avoids adapter I/O. */
|
||||
netdev->stop(netdev);
|
||||
|
||||
if (!nic->ecdev) {
|
||||
|
||||
Reference in New Issue
Block a user