aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x_main.c
diff options
context:
space:
mode:
authorEilon Greenstein <eilong@broadcom.com>2009-02-12 03:36:27 -0500
committerDavid S. Miller <davem@davemloft.net>2009-02-16 02:31:10 -0500
commitd3d4f49527249e87d11219a22469dff25b674c08 (patch)
tree2df1e59016712b9f0c7eec9bfa21a32d4eea49cf /drivers/net/bnx2x_main.c
parentf1ef27ef42dc946a255de4cc7b878630011735d8 (diff)
bnx2x: Removing microcode assertion check
This check is unreliable since latest MC can issue warnings on rare occasions which are not fatal errors Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2x_main.c')
-rw-r--r--drivers/net/bnx2x_main.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/net/bnx2x_main.c b/drivers/net/bnx2x_main.c
index ea7d86d2da92..c27be17131f5 100644
--- a/drivers/net/bnx2x_main.c
+++ b/drivers/net/bnx2x_main.c
@@ -8732,8 +8732,7 @@ static const struct {
8732 { "nvram_test (online)" }, 8732 { "nvram_test (online)" },
8733 { "interrupt_test (online)" }, 8733 { "interrupt_test (online)" },
8734 { "link_test (online)" }, 8734 { "link_test (online)" },
8735 { "idle check (online)" }, 8735 { "idle check (online)" }
8736 { "MC errors (online)" }
8737}; 8736};
8738 8737
8739static int bnx2x_self_test_count(struct net_device *dev) 8738static int bnx2x_self_test_count(struct net_device *dev)
@@ -9202,9 +9201,6 @@ static void bnx2x_self_test(struct net_device *dev,
9202 buf[5] = 1; 9201 buf[5] = 1;
9203 etest->flags |= ETH_TEST_FL_FAILED; 9202 etest->flags |= ETH_TEST_FL_FAILED;
9204 } 9203 }
9205 buf[7] = bnx2x_mc_assert(bp);
9206 if (buf[7] != 0)
9207 etest->flags |= ETH_TEST_FL_FAILED;
9208 9204
9209#ifdef BNX2X_EXTRA_DEBUG 9205#ifdef BNX2X_EXTRA_DEBUG
9210 bnx2x_panic_dump(bp); 9206 bnx2x_panic_dump(bp);