Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122494
b: refs/heads/master
c: 4a4f4d8
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Dec 5, 2008
1 parent 3aab0f4 commit 85b27e5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8bef7a10014c4579c66579ab47fc1bb9563ac42a
refs/heads/master: 4a4f4d805db5c930ee4185162dcdc8db9a0379d5
2 changes: 1 addition & 1 deletion trunk/net/wireless/reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ int set_regdom(const struct ieee80211_regdomain *rd)
/* Caller must hold cfg80211_drv_mutex */
void reg_device_remove(struct wiphy *wiphy)
{
if (!last_request->wiphy)
if (!last_request || !last_request->wiphy)
return;
if (last_request->wiphy != wiphy)
return;
Expand Down

0 comments on commit 85b27e5

Please sign in to comment.