Re: [PATCH 2.6.17 1/2] bnx2: Fix bug in bnx2_nvram_write()

2006-05-22 Thread Jeff Garzik
Michael Chan wrote: Fix a bug in bnx2_nvram_write() caused by a counter variable not correctly incremented by 4. Signed-off-by: Michael Chan <[EMAIL PROTECTED]> ACK patches 1-2 - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] M

[PATCH 2.6.17 1/2] bnx2: Fix bug in bnx2_nvram_write()

2006-05-22 Thread Michael Chan
Fix a bug in bnx2_nvram_write() caused by a counter variable not correctly incremented by 4. Signed-off-by: Michael Chan <[EMAIL PROTECTED]> diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c index 5ca99e2..509f104 100644 --- a/drivers/net/bnx2.c +++ b/drivers/net/bnx2.c @@ -3061,7 +3061,7 @@