Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306783
b: refs/heads/master
c: c4f6084
h: refs/heads/master
i:
  306781: 25441ff
  306779: 0b0fd5b
  306775: 8d610df
  306767: 091ecb7
  306751: b644fd0
v: v3
  • Loading branch information
Cristian Chilipirea authored and John W. Linville committed May 16, 2012
1 parent e57e82f commit dcd7b92
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: 9e73dee7d38e9fa00f6dd1492cfbbc5719378e4a
refs/heads/master: c4f6084623726857ac7c55922aefe138bd77292e
4 changes: 2 additions & 2 deletions trunk/net/wireless/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ void wiphy_unregister(struct wiphy *wiphy)
mutex_lock(&rdev->devlist_mtx);
__count = rdev->opencount;
mutex_unlock(&rdev->devlist_mtx);
__count == 0;}));
__count == 0; }));

mutex_lock(&rdev->devlist_mtx);
BUG_ON(!list_empty(&rdev->netdev_list));
Expand Down Expand Up @@ -776,7 +776,7 @@ static struct device_type wiphy_type = {
.name = "wlan",
};

static int cfg80211_netdev_notifier_call(struct notifier_block * nb,
static int cfg80211_netdev_notifier_call(struct notifier_block *nb,
unsigned long state,
void *ndev)
{
Expand Down

0 comments on commit dcd7b92

Please sign in to comment.