From: Yuval Mintz Date: Wed, 12 Feb 2014 16:19:55 +0000 (+0200) Subject: bnx2x: Fix bnx2x_panic_dump for VFs X-Git-Tag: v3.15-rc1~113^2~373^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0155a27cda683641d29e04e0fbea44afbd302fff;p=pandora-kernel.git bnx2x: Fix bnx2x_panic_dump for VFs bnx2x_panic_dump() prints all kind of driver information, including slowpath information. Since VFs don't initialize slowpath information, a VF reaching this flow will likely cause a panic in the system as it will access NULL pointers. Signed-off-by: Yuval Mintz Signed-off-by: Ariel Elior Signed-off-by: David S. Miller --- Reading git-diff-tree failed