bnx2x: Check unzip return code
authorEilon Greenstein <eilong@broadcom.com>
Wed, 12 Aug 2009 08:23:48 +0000 (08:23 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Aug 2009 06:02:53 +0000 (23:02 -0700)
commit54016b260e873d0d4d30cf1fdbd0cdcf0e26251b
treef085950545565ad9df727e937d4ad8d1fada3170
parent5ff7b6d4c129a430e355b2f88162a36d9e058f88
bnx2x: Check unzip return code

Without this check, when running out of memory, we will see PSOD's in
bnx2x_init_fill() when doing a memset().  This is because at that time,
bp->gunzip_buf is not pointing to a valid allocated space.

Signed-off-by: Benjamin Li <benli@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2x_main.c