aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bnx2x_main.c')
-rw-r--r--drivers/net/bnx2x_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bnx2x_main.c b/drivers/net/bnx2x_main.c
index 519e2079f03a..e01539c33b8a 100644
--- a/drivers/net/bnx2x_main.c
+++ b/drivers/net/bnx2x_main.c
@@ -1546,7 +1546,7 @@ static int bnx2x_rx_int(struct bnx2x_fastpath *fp, int budget)
1546 len, cqe, comp_ring_cons); 1546 len, cqe, comp_ring_cons);
1547#ifdef BNX2X_STOP_ON_ERROR 1547#ifdef BNX2X_STOP_ON_ERROR
1548 if (bp->panic) 1548 if (bp->panic)
1549 return -EINVAL; 1549 return 0;
1550#endif 1550#endif
1551 1551
1552 bnx2x_update_sge_prod(fp, 1552 bnx2x_update_sge_prod(fp,