Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189864
b: refs/heads/master
c: dac8761
h: refs/heads/master
v: v3
  • Loading branch information
Terry Loftin authored and David S. Miller committed Apr 13, 2010
1 parent cc0ac0f commit e9c5dac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d5aa22520dbb49e726420ca56b3dcfe56724d33e
refs/heads/master: dac876193cd79ced36d0462749ea47c05844fb49
2 changes: 2 additions & 0 deletions trunk/drivers/net/e1000e/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,8 @@ static bool e1000_clean_tx_irq(struct e1000_adapter *adapter)
i = 0;
}

if (i == tx_ring->next_to_use)
break;
eop = tx_ring->buffer_info[i].next_to_watch;
eop_desc = E1000_TX_DESC(*tx_ring, eop);
}
Expand Down

0 comments on commit e9c5dac

Please sign in to comment.