dect
/
linux-2.6
Archived
13
0
Fork 0

[PATCH] e1000 build fix

Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
Andrew Morton 2005-10-15 00:32:29 -07:00 committed by Jeff Garzik
parent 2aa1d82db7
commit c4cfe567b9
1 changed files with 1 additions and 1 deletions

View File

@ -4347,7 +4347,7 @@ e1000_netpoll(struct net_device *netdev)
struct e1000_adapter *adapter = netdev_priv(netdev);
disable_irq(adapter->pdev->irq);
e1000_intr(adapter->pdev->irq, netdev, NULL);
e1000_clean_tx_irq(adapter);
e1000_clean_tx_irq(adapter, adapter->tx_ring);
enable_irq(adapter->pdev->irq);
}
#endif