Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203926
b: refs/heads/master
c: d080e27
h: refs/heads/master
v: v3
  • Loading branch information
Yuri Ershov authored and John W. Linville committed Jul 28, 2010
1 parent 1d4502c commit 84c87fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e4ab7eb0aecbe56ac280486c61cd3f0f6c42870b
refs/heads/master: d080e2755d840ede60128cc914a070868ebabc1e
2 changes: 2 additions & 0 deletions trunk/net/wireless/nl80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -2769,6 +2769,7 @@ static int nl80211_get_mesh_params(struct sk_buff *skb,

nla_put_failure:
genlmsg_cancel(msg, hdr);
nlmsg_free(msg);
err = -EMSGSIZE;
out:
/* Cleanup */
Expand Down Expand Up @@ -2960,6 +2961,7 @@ static int nl80211_get_reg(struct sk_buff *skb, struct genl_info *info)

nla_put_failure:
genlmsg_cancel(msg, hdr);
nlmsg_free(msg);
err = -EMSGSIZE;
out:
mutex_unlock(&cfg80211_mutex);
Expand Down

0 comments on commit 84c87fe

Please sign in to comment.