Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360552
b: refs/heads/master
c: 3ec1c39
h: refs/heads/master
v: v3
  • Loading branch information
Mattia Dongili authored and Matthew Garrett committed Feb 27, 2013
1 parent 5df62fc commit 48c6150
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: d1381f45ad54e0bb40ef19f99e87187ff3458bdb
refs/heads/master: 3ec1c3983d73b1e3d4cfd72afab94c34eceafe8a
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/sony-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ static int sony_nc_rfkill_set(void *data, bool blocked)
int argument = sony_rfkill_address[(long) data] + 0x100;

if (!blocked)
argument |= 0x030000;
argument |= 0x070000;

return sony_call_snc_handle(sony_rfkill_handle, argument, &result);
}
Expand Down

0 comments on commit 48c6150

Please sign in to comment.