[igc] fix copy pasta typo

This commit is contained in:
Bjarne von Horn
2024-02-05 15:17:21 +01:00
parent d89191cd9e
commit 501903aec7
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}

View File

@@ -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);
}