Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202678
b: refs/heads/master
c: b28f642
h: refs/heads/master
v: v3
  • Loading branch information
Matt Carlson authored and David S. Miller committed Jun 7, 2010
1 parent c058b43 commit 55812c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: b1d0521059789a138d19c4f940d6eca7d620a6eb
refs/heads/master: b28f6428af279ffb9e97ee00486a29498b7fcfdc
4 changes: 2 additions & 2 deletions trunk/drivers/net/tg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -6229,6 +6229,8 @@ static void tg3_free_rings(struct tg3 *tp)
for (j = 0; j < tp->irq_cnt; j++) {
struct tg3_napi *tnapi = &tp->napi[j];

tg3_rx_prodring_free(tp, &tp->prodring[j]);

if (!tnapi->tx_buffers)
continue;

Expand Down Expand Up @@ -6264,8 +6266,6 @@ static void tg3_free_rings(struct tg3 *tp)

dev_kfree_skb_any(skb);
}

tg3_rx_prodring_free(tp, &tp->prodring[j]);
}
}

Expand Down

0 comments on commit 55812c8

Please sign in to comment.