Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314003
b: refs/heads/master
c: 27e49ca
h: refs/heads/master
i:
  314001: 13a4276
  313999: a001e5c
v: v3
  • Loading branch information
Alex Hung authored and John W. Linville committed Jun 6, 2012
1 parent 70f10f6 commit 870d5ce
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: e8c9bd5b8d807cfe6c923265969a523b1ba1e6c2
refs/heads/master: 27e49ca95570c4685a32be9d4664f2b0b6d89368
2 changes: 1 addition & 1 deletion trunk/net/rfkill/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ static void __rfkill_switch_all(const enum rfkill_type type, bool blocked)

rfkill_global_states[type].cur = blocked;
list_for_each_entry(rfkill, &rfkill_list, node) {
if (rfkill->type != type)
if (rfkill->type != type && type != RFKILL_TYPE_ALL)
continue;

rfkill_set_block(rfkill, blocked);
Expand Down

0 comments on commit 870d5ce

Please sign in to comment.