Minor changes.

This commit is contained in:
Florian Pose 2007-08-06 11:51:52 +00:00
parent 442214a5cb
commit 33b9556b51
1 changed files with 1 additions and 1 deletions

View File

@ -1868,7 +1868,7 @@ e1000_watchdog_task(struct e1000_adapter *adapter)
e1000_update_adaptive(&adapter->hw);
if (!adapter->ecdev && !netif_carrier_ok(netdev)) {
if (E1000_DESC_UNUSED(txdr) + 1 < txdr->count) {
if(E1000_DESC_UNUSED(txdr) + 1 < txdr->count) {
/* We've lost link, so the controller stops DMA,
* but we've got queued Tx work that's never going
* to get done, so reset controller to flush Tx.