提交 36e552ab 编写于 作者: E Eilon Greenstein 提交者: David S. Miller

bnx2x: Returning EBUSY in debug mode as well

Signed-off-by: NEilon Greenstein <eilong@broadcom.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 8d5726c4
...@@ -7059,9 +7059,8 @@ static int bnx2x_stop_leading(struct bnx2x *bp) ...@@ -7059,9 +7059,8 @@ static int bnx2x_stop_leading(struct bnx2x *bp)
*bp->dsb_sp_prod, dsb_sp_prod_idx); *bp->dsb_sp_prod, dsb_sp_prod_idx);
#ifdef BNX2X_STOP_ON_ERROR #ifdef BNX2X_STOP_ON_ERROR
bnx2x_panic(); bnx2x_panic();
#else
rc = -EBUSY;
#endif #endif
rc = -EBUSY;
break; break;
} }
cnt--; cnt--;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册