diff options
author | Eilon Greenstein <eilong@broadcom.com> | 2009-08-12 04:23:31 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-08-13 02:02:48 -0400 |
commit | e3553b29c6f395c6692afccc2ed5eff9c3d1daef (patch) | |
tree | f41aae782d997cb936bdf75187ed7a480fc8536f /drivers/net/bnx2x.h | |
parent | df4770de03d2eec3f66b0ac4d2248d471a1ccc0b (diff) |
bnx2x: Stop loading if error condition detected
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>
Diffstat (limited to 'drivers/net/bnx2x.h')
-rw-r--r-- | drivers/net/bnx2x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/bnx2x.h b/drivers/net/bnx2x.h index 004f4a8e1649..633acca4a988 100644 --- a/drivers/net/bnx2x.h +++ b/drivers/net/bnx2x.h | |||
@@ -89,6 +89,7 @@ | |||
89 | } while (0) | 89 | } while (0) |
90 | #else | 90 | #else |
91 | #define bnx2x_panic() do { \ | 91 | #define bnx2x_panic() do { \ |
92 | bp->panic = 1; \ | ||
92 | BNX2X_ERR("driver assert\n"); \ | 93 | BNX2X_ERR("driver assert\n"); \ |
93 | bnx2x_panic_dump(bp); \ | 94 | bnx2x_panic_dump(bp); \ |
94 | } while (0) | 95 | } while (0) |