| Submitter | Eilon Greenstein |
|---|---|
| Date | Feb. 12, 2009, 6:37 p.m. |
| Message ID | <1234463841.1863.157.camel@lb-tlvb-eliezer> |
| Download | mbox | patch |
| Permalink | /patch/23048/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/drivers/net/bnx2x_main.c b/drivers/net/bnx2x_main.c index 2e4d64d..6c04539 100644 --- a/drivers/net/bnx2x_main.c +++ b/drivers/net/bnx2x_main.c @@ -7059,9 +7059,8 @@ static int bnx2x_stop_leading(struct bnx2x *bp) *bp->dsb_sp_prod, dsb_sp_prod_idx); #ifdef BNX2X_STOP_ON_ERROR bnx2x_panic(); -#else - rc = -EBUSY; #endif + rc = -EBUSY; break; } cnt--;
Subject: [PATCH 25/41]bnx2x: Returning EBUSY in debug mode as well Signed-off-by: Eilon Greenstein <eilong@broadcom.com> --- drivers/net/bnx2x_main.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)