Re: [2.6 patch] drivers/net/bnx2.c: add an error check

2006-12-07 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Thu, 7 Dec 2006 09:31:40 -0800 > > Adrian Bunk wrote: > > This patch adds a missing error check spotted by the Coverity checker. > > > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > > Acked-by: Michael Chan <[EMAIL PROTECTED]> Applied, thank

Re: [2.6 patch] drivers/net/bnx2.c: add an error check

2006-12-07 Thread Michael Chan
Adrian Bunk wrote: > This patch adds a missing error check spotted by the Coverity checker. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > Acked-by: Michael Chan <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAI

Re: [2.6 patch] drivers/net/bnx2.c: add an error check

2006-12-07 Thread Jeff Garzik
Adrian Bunk wrote: This patch adds a missing error check spotted by the Coverity checker. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> ACK - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://

[2.6 patch] drivers/net/bnx2.c: add an error check

2006-12-07 Thread Adrian Bunk
This patch adds a missing error check spotted by the Coverity checker. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- linux-2.6.19-rc6-mm2/drivers/net/bnx2.c.old 2006-12-06 13:32:51.0 +0100 +++ linux-2.6.19-rc6-mm2/drivers/net/bnx2.c 2006-12-06 13:33:34.0 +0100 @@ -2510,