Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88369
b: refs/heads/master
c: 89796f6
h: refs/heads/master
i:
  88367: e2dc299
v: v3
  • Loading branch information
Carlos Corbacho authored and John W. Linville committed Apr 15, 2008
1 parent a07284b commit ebc6774
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: cdbbe3d1f53086ece706674d3bf4f6d148083694
refs/heads/master: 89796f64a20d31e74ee0051df2e26812c852e734
2 changes: 1 addition & 1 deletion trunk/net/rfkill/rfkill.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void rfkill_switch_all(enum rfkill_type type, enum rfkill_state state)
rfkill_states[type] = state;

list_for_each_entry(rfkill, &rfkill_list, node) {
if (!rfkill->user_claim)
if ((!rfkill->user_claim) && (rfkill->type == type))
rfkill_toggle_radio(rfkill, state);
}

Expand Down

0 comments on commit ebc6774

Please sign in to comment.