[igc] fix copy pasta typo
This commit is contained in:
parent
d89191cd9e
commit
501903aec7
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue