ChangeSet 1.2199.14.36, 2005/03/23 12:27:01-08:00, [EMAIL PROTECTED]

        [TG3]: Missing counter bump in tigon3_4gb_hwbug_workaround().
        
        Reported by Adrian Bunk.
        
        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-26 17:25:19 -08:00
+++ b/drivers/net/tg3.c 2005-03-26 17:25:20 -08:00
@@ -3043,6 +3043,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-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to