Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87338
b: refs/heads/master
c: 9b963c4
h: refs/heads/master
v: v3
  • Loading branch information
Carlos Corbacho authored and Len Brown committed Mar 11, 2008
1 parent 68b5401 commit 6727e9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 343c00422d3296838927016750b18ead8aa8bf9a
refs/heads/master: 9b963c40306ba6967650dce99f4e823f1da49a60
6 changes: 2 additions & 4 deletions trunk/drivers/misc/acer-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1069,10 +1069,8 @@ static int __init acer_wmi_init(void)
}
}

if (wmi_has_guid(AMW0_GUID1)) {
if (ACPI_FAILURE(AMW0_find_mailled()))
printk(ACER_ERR "Unable to detect mail LED\n");
}
if (wmi_has_guid(AMW0_GUID1))
AMW0_find_mailled();

find_quirks();

Expand Down

0 comments on commit 6727e9e

Please sign in to comment.