Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155869
b: refs/heads/master
c: ed5c8ef
h: refs/heads/master
i:
  155867: a173695
v: v3
  • Loading branch information
Alan Jenkins authored and John W. Linville committed Jul 21, 2009
1 parent e1ac302 commit 8b4862a
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: 9e81eccf199d910e5ea8db377a43478e4eccd033
refs/heads/master: ed5c8ef3bb2de277b7885072e0e981c41a022be5
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/acer-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ static int acer_rfkill_set(void *data, bool blocked)
{
acpi_status status;
u32 cap = (unsigned long)data;
status = set_u32(!!blocked, cap);
status = set_u32(!blocked, cap);
if (ACPI_FAILURE(status))
return -ENODEV;
return 0;
Expand Down

0 comments on commit 8b4862a

Please sign in to comment.