Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255526
b: refs/heads/master
c: b7c7dee
h: refs/heads/master
v: v3
  • Loading branch information
Neil Horman authored and David S. Miller committed Jun 13, 2011
1 parent 34670d0 commit ae119a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bf0239a98a7378c6a1a6b01701ec5e27591f52ce
refs/heads/master: b7c7deeb4c77538577f0b6a724f10ce8693eb648
2 changes: 0 additions & 2 deletions trunk/drivers/net/vmxnet3/vmxnet3_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,10 +405,8 @@ vmxnet3_tq_cleanup(struct vmxnet3_tx_queue *tq,

while (tq->tx_ring.next2comp != tq->tx_ring.next2fill) {
struct vmxnet3_tx_buf_info *tbi;
union Vmxnet3_GenericDesc *gdesc;

tbi = tq->buf_info + tq->tx_ring.next2comp;
gdesc = tq->tx_ring.base + tq->tx_ring.next2comp;

vmxnet3_unmap_tx_buf(tbi, adapter->pdev);
if (tbi->skb) {
Expand Down

0 comments on commit ae119a5

Please sign in to comment.