Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84060
b: refs/heads/master
c: e1af14e
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Len Brown committed Feb 7, 2008
1 parent 2b78d1c commit 990e32b
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: f8d1c94b346b62747322728e00e11f552cd90902
refs/heads/master: e1af14e4b3d5f2a348987e3069ec835b782782b0
2 changes: 1 addition & 1 deletion trunk/drivers/misc/asus-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ static void write_status(acpi_handle handle, int out, int mask)

switch (mask) {
case MLED_ON:
out = !out & 0x1;
out = !(out & 0x1);
break;
case GLED_ON:
out = (out & 0x1) + 1;
Expand Down

0 comments on commit 990e32b

Please sign in to comment.