Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300409
b: refs/heads/master
c: ead9a76
h: refs/heads/master
i:
  300407: 5d54e81
v: v3
  • Loading branch information
David S. Miller committed Apr 2, 2012
1 parent f1bd112 commit e9eb9f3
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 1a106de6e6543e7d44dbe1bc5f37a8964607dfa6
refs/heads/master: ead9a76ceec34df18dc84cb22053253bd5564376
3 changes: 2 additions & 1 deletion trunk/drivers/net/macvlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,8 @@ static int macvlan_fill_info(struct sk_buff *skb,
{
struct macvlan_dev *vlan = netdev_priv(dev);

NLA_PUT_U32(skb, IFLA_MACVLAN_MODE, vlan->mode);
if (nla_put_u32(skb, IFLA_MACVLAN_MODE, vlan->mode))
goto nla_put_failure;
return 0;

nla_put_failure:
Expand Down

0 comments on commit e9eb9f3

Please sign in to comment.