Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327818
b: refs/heads/master
c: 7933aa5
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Sep 5, 2012
1 parent f7140b2 commit 3c5109c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2c9693222952b08c224093a1263cb5aee02d10ff
refs/heads/master: 7933aa5c75b880aad6fc26f2df1e3ee6c14f166d
3 changes: 1 addition & 2 deletions trunk/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,7 @@ static inline int bnx2x_exe_queue_step(struct bnx2x *bp,
*/
list_add_tail(&spacer.link, &o->pending_comp);
mb();
list_del(&elem->link);
list_add_tail(&elem->link, &o->pending_comp);
list_move_tail(&elem->link, &o->pending_comp);
list_del(&spacer.link);
} else
break;
Expand Down

0 comments on commit 3c5109c

Please sign in to comment.