Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220947
b: refs/heads/master
c: b1424ed
h: refs/heads/master
i:
  220945: 0f88496
  220943: 60e6af4
v: v3
  • Loading branch information
Krishna Kumar authored and David S. Miller committed Oct 28, 2010
1 parent 9130851 commit 791e1f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 69dcfc8aad24fa95ae0a0ad1405cf6847e3ec14a
refs/heads/master: b1424ed91076db0b19ba4141856150df9b717dde
4 changes: 3 additions & 1 deletion trunk/drivers/net/cxgb3/sge.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,10 @@ static void free_tx_desc(struct adapter *adapter, struct sge_txq *q,
if (d->skb) { /* an SGL is present */
if (need_unmap)
unmap_skb(d->skb, q, cidx, pdev);
if (d->eop)
if (d->eop) {
kfree_skb(d->skb);
d->skb = NULL;
}
}
++d;
if (++cidx == q->size) {
Expand Down

0 comments on commit 791e1f8

Please sign in to comment.