Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314504
b: refs/heads/master
c: 3221c64
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Pirko authored and David S. Miller committed Jun 19, 2012
1 parent fbdec19 commit d1ca2cd
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: 75db986a6b93dd93e543387720b88f350ce38d30
refs/heads/master: 3221c64603d9843d8a28dfd8e678e46625d5d807
2 changes: 1 addition & 1 deletion trunk/drivers/net/team/team.c
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@ static int team_nl_fill_port_list_get(struct sk_buff *skb,
goto nla_put_failure;
port_list = nla_nest_start(skb, TEAM_ATTR_LIST_PORT);
if (!port_list)
return -EMSGSIZE;
goto nla_put_failure;

list_for_each_entry(port, &team->port_list, list) {
struct nlattr *port_item;
Expand Down

0 comments on commit d1ca2cd

Please sign in to comment.