Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232833
b: refs/heads/master
c: 6d3a9a6
h: refs/heads/master
i:
  232831: bfcff1b
v: v3
  • Loading branch information
Kurt Van Dijck authored and David S. Miller committed Jan 27, 2011
1 parent 7f4bf75 commit 270f599
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: 9eb710797a21fa4a9e09ae9c86c4b3ec9d291c2d
refs/heads/master: 6d3a9a685465986d7653c5abbc0b24681e7c44d7
3 changes: 1 addition & 2 deletions trunk/net/core/rtnetlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -1121,8 +1121,7 @@ static int validate_linkmsg(struct net_device *dev, struct nlattr *tb[])
return -EOPNOTSUPP;

if (af_ops->validate_link_af) {
err = af_ops->validate_link_af(dev,
tb[IFLA_AF_SPEC]);
err = af_ops->validate_link_af(dev, af);
if (err < 0)
return err;
}
Expand Down

0 comments on commit 270f599

Please sign in to comment.