Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377019
b: refs/heads/master
c: 72df935
h: refs/heads/master
i:
  377017: 7f6b87b
  377015: d2255b5
v: v3
  • Loading branch information
Jiri Pirko authored and David S. Miller committed Jun 12, 2013
1 parent 985cea0 commit ef484fd
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: 76c455decbbad31de21c727edb184a963f42b40b
refs/heads/master: 72df935d985c1575ed44ad2c8c653b28147993fa
2 changes: 1 addition & 1 deletion trunk/drivers/net/team/team.c
Original file line number Diff line number Diff line change
Expand Up @@ -1092,8 +1092,8 @@ static int team_port_add(struct team *team, struct net_device *port_dev)
}

port->index = -1;
team_port_enable(team, port);
list_add_tail_rcu(&port->list, &team->port_list);
team_port_enable(team, port);
__team_compute_features(team);
__team_port_change_port_added(port, !!netif_carrier_ok(port_dev));
__team_options_change_check(team);
Expand Down

0 comments on commit ef484fd

Please sign in to comment.