aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/misc/acer-wmi.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/misc/acer-wmi.c b/drivers/misc/acer-wmi.c
index e85d96f99ae6..49846bd2b5c8 100644
--- a/drivers/misc/acer-wmi.c
+++ b/drivers/misc/acer-wmi.c
@@ -1069,10 +1069,8 @@ static int __init acer_wmi_init(void)
1069 } 1069 }
1070 } 1070 }
1071 1071
1072 if (wmi_has_guid(AMW0_GUID1)) { 1072 if (wmi_has_guid(AMW0_GUID1))
1073 if (ACPI_FAILURE(AMW0_find_mailled())) 1073 AMW0_find_mailled();
1074 printk(ACER_ERR "Unable to detect mail LED\n");
1075 }
1076 1074
1077 find_quirks(); 1075 find_quirks();
1078 1076