Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185073
b: refs/heads/master
c: 6268f50
h: refs/heads/master
i:
  185071: fbb6368
v: v3
  • Loading branch information
Roel Kluin authored and Matthew Garrett committed Mar 1, 2010
1 parent e073a80 commit cd4b4c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: db38a29111cb9232b1982e583fd417ea9c97357c
refs/heads/master: 6268f50df8c36e15e43ae2a10951b2cffd0ecfc4
3 changes: 1 addition & 2 deletions trunk/drivers/platform/x86/asus_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1225,9 +1225,8 @@ static int asus_model_match(char *model)
else if (strncmp(model, "M2N", 3) == 0 ||
strncmp(model, "M3N", 3) == 0 ||
strncmp(model, "M5N", 3) == 0 ||
strncmp(model, "M6N", 3) == 0 ||
strncmp(model, "S1N", 3) == 0 ||
strncmp(model, "S5N", 3) == 0 || strncmp(model, "W1N", 3) == 0)
strncmp(model, "S5N", 3) == 0)
return xxN;
else if (strncmp(model, "M1", 2) == 0)
return M1A;
Expand Down

0 comments on commit cd4b4c8

Please sign in to comment.