Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300593
b: refs/heads/master
c: 679b160
h: refs/heads/master
i:
  300591: 901e2b8
v: v3
  • Loading branch information
Jiri Pirko authored and David S. Miller committed Apr 11, 2012
1 parent e17e67c commit 725f372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 71472ec12c61dd305ab4d11822af7ecc4f9717f9
refs/heads/master: 679b16073008cc536e85e2773e67234b596fb62e
2 changes: 1 addition & 1 deletion trunk/drivers/net/team/team_mode_activebackup.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static int ab_active_port_set(struct team *team, struct team_gsetter_ctx *ctx)
{
struct team_port *port;

list_for_each_entry_rcu(port, &team->port_list, list) {
list_for_each_entry(port, &team->port_list, list) {
if (port->dev->ifindex == ctx->data.u32_val) {
rcu_assign_pointer(ab_priv(team)->active_port, port);
return 0;
Expand Down

0 comments on commit 725f372

Please sign in to comment.