Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255666
b: refs/heads/master
c: 4d054f2
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Jun 23, 2011
1 parent 536f6a0 commit e1b5de0
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 655f8919d549ad1872e24d826b6ce42530516d2e
refs/heads/master: 4d054f2f1445aceedab3f9642692d55d2caa7ec6
4 changes: 2 additions & 2 deletions trunk/net/dcb/dcbnl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ int dcbnl_notify(struct net_device *dev, int event, int cmd,

nlh = nlmsg_put(skb, pid, 0, event, sizeof(*dcb), 0);
if (nlh == NULL) {
kfree(skb);
nlmsg_free(skb);
return -EMSGSIZE;
}

Expand Down Expand Up @@ -1434,7 +1434,7 @@ static int dcbnl_ieee_get(struct net_device *netdev, struct nlattr **tb,

nlh = nlmsg_put(skb, pid, seq, RTM_GETDCB, sizeof(*dcb), flags);
if (nlh == NULL) {
kfree(skb);
nlmsg_free(skb);
return -EMSGSIZE;
}

Expand Down

0 comments on commit e1b5de0

Please sign in to comment.