mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-02-06 03:41:52 +08:00
[igc] fix copy pasta typo
This commit is contained in:
@@ -6988,7 +6988,7 @@ static void igc_remove(struct pci_dev *pdev)
|
||||
|
||||
if (adapter->ecdev) {
|
||||
ecdev_close(adapter->ecdev);
|
||||
irq_work_sync(&adapter->irq_work);
|
||||
irq_work_sync(&adapter->ec_watchdog_kicker);
|
||||
ecdev_withdraw(adapter->ecdev);
|
||||
}
|
||||
|
||||
|
||||
@@ -7128,7 +7128,7 @@ static void igc_remove(struct pci_dev *pdev)
|
||||
|
||||
if (adapter->ecdev) {
|
||||
ecdev_close(adapter->ecdev);
|
||||
irq_work_sync(&adapter->irq_work);
|
||||
irq_work_sync(&adapter->ec_watchdog_kicker);
|
||||
ecdev_withdraw(adapter->ecdev);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user