Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214868
b: refs/heads/master
c: 92e4494
h: refs/heads/master
v: v3
  • Loading branch information
Teemu Paasikivi authored and John W. Linville committed Sep 27, 2010
1 parent 12910ef commit e6d2eb0
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: 56af326830757f3e8a1742770d15dfd6e3c40e85
refs/heads/master: 92e44948b2b3b2db8f39f17033f98ae2356156a5
3 changes: 2 additions & 1 deletion trunk/net/wireless/nl80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -4990,7 +4990,7 @@ static int nl80211_set_power_save(struct sk_buff *skb, struct genl_info *info)

err = get_rdev_dev_by_info_ifindex(info, &rdev, &dev);
if (err)
goto unlock_rdev;
goto unlock_rtnl;

wdev = dev->ieee80211_ptr;

Expand All @@ -5014,6 +5014,7 @@ static int nl80211_set_power_save(struct sk_buff *skb, struct genl_info *info)
unlock_rdev:
cfg80211_unlock_rdev(rdev);
dev_put(dev);
unlock_rtnl:
rtnl_unlock();

out:
Expand Down

0 comments on commit e6d2eb0

Please sign in to comment.