Commit 0101bca3 authored by François Romieu's avatar François Romieu Committed by Jeff Garzik

[PATCH] 2.6.1-rc1-mm1 - typo of death in the r8169 driver

  silly bug in the r8169 driver.
parent 9fe713ff
......@@ -1186,7 +1186,7 @@ static u32 rtl8169_rx_fill(struct rtl8169_private *tp, struct net_device *dev,
{
u32 cur;
for (cur = start; end - start > 0; cur++) {
for (cur = start; end - cur > 0; cur++) {
int ret, i = cur % NUM_RX_DESC;
if (tp->Rx_skbuff[i])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment