Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222015
b: refs/heads/master
c: 3cc25e5
h: refs/heads/master
i:
  222013: 3c87de3
  222011: 6fdb181
  222007: 9b5cdbd
  221999: 024e6af
  221983: 7f5c737
  221951: 2e74198
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Nov 8, 2010
1 parent fc2351b commit a10c979
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: 8df86db9060ddd123d172c7adb6b2b71f31e77cd
refs/heads/master: 3cc25e510dfc36dc62ee0aa87344b36ed7c1742a
4 changes: 2 additions & 2 deletions trunk/net/wireless/nl80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ static int nl80211_prepare_netdev_dump(struct sk_buff *skb,
}

*rdev = cfg80211_get_dev_from_ifindex(sock_net(skb->sk), ifidx);
if (IS_ERR(dev)) {
err = PTR_ERR(dev);
if (IS_ERR(*rdev)) {
err = PTR_ERR(*rdev);
goto out_rtnl;
}

Expand Down

0 comments on commit a10c979

Please sign in to comment.