aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/acer-wmi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/platform/x86/acer-wmi.c')
-rw-r--r--drivers/platform/x86/acer-wmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c
index 2badee2fdee..c8c65375bfe 100644
--- a/drivers/platform/x86/acer-wmi.c
+++ b/drivers/platform/x86/acer-wmi.c
@@ -1314,7 +1314,7 @@ static int __init acer_wmi_init(void)
1314 AMW0_find_mailled(); 1314 AMW0_find_mailled();
1315 1315
1316 if (!interface) { 1316 if (!interface) {
1317 printk(ACER_ERR "No or unsupported WMI interface, unable to " 1317 printk(ACER_INFO "No or unsupported WMI interface, unable to "
1318 "load\n"); 1318 "load\n");
1319 return -ENODEV; 1319 return -ENODEV;
1320 } 1320 }