[TG3]: Missing counter bump in tigon3_4gb_hwbug_workaround().
Linux Kernel Mailing List <[email protected]> Wed, 23 Mar 2005 20:28:00 +0000
| Newsgroups | gmane.linux.kernel.commits.2-4 |
|---|---|
| Message-ID | <[email protected]> |
ChangeSet 1.1448.127.15, 2005/03/23 12:28:00-08:00, [email protected] [TG3]: Missing counter bump in tigon3_4gb_hwbug_workaround(). Signed-off-by: David S. Miller <[email protected]> tg3.c | 1 + 1 files changed, 1 insertion(+) diff -Nru a/drivers/net/tg3.c b/drivers/net/tg3.c --- a/drivers/net/tg3.c 2005-03-25 17:03:53 -08:00 +++ b/drivers/net/tg3.c 2005-03-25 17:03:53 -08:00 @@ -3025,6 +3025,7 @@ tp->tx_buffers[entry].skb = NULL; } entry = NEXT_TX(entry); + i++; } dev_kfree_skb(skb);