Minor change.
This commit is contained in:
parent
a6ddbbea73
commit
e8034999ea
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue