From: Eilon Greenstein Date: Wed, 12 Aug 2009 08:23:48 +0000 (+0000) Subject: bnx2x: Check unzip return code X-Git-Tag: v2.6.32-rc1~703^2~394 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54016b260e873d0d4d30cf1fdbd0cdcf0e26251b;p=pandora-kernel.git 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 Signed-off-by: Eilon Greenstein Signed-off-by: David S. Miller --- Reading git-diff-tree failed