diff options
Diffstat (limited to 'drivers/net/bnx2x_main.c')
-rw-r--r-- | drivers/net/bnx2x_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/bnx2x_main.c b/drivers/net/bnx2x_main.c index 71fbf2dbda3b..f71b8a5872b3 100644 --- a/drivers/net/bnx2x_main.c +++ b/drivers/net/bnx2x_main.c | |||
@@ -6622,6 +6622,7 @@ static int bnx2x_stop_leading(struct bnx2x *bp) | |||
6622 | } | 6622 | } |
6623 | cnt--; | 6623 | cnt--; |
6624 | msleep(1); | 6624 | msleep(1); |
6625 | rmb(); /* Refresh the dsb_sp_prod */ | ||
6625 | } | 6626 | } |
6626 | bp->state = BNX2X_STATE_CLOSING_WAIT4_UNLOAD; | 6627 | bp->state = BNX2X_STATE_CLOSING_WAIT4_UNLOAD; |
6627 | bp->fp[0].state = BNX2X_FP_STATE_CLOSED; | 6628 | bp->fp[0].state = BNX2X_FP_STATE_CLOSED; |