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);
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-24" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to