Commit af9902e1 authored by Pascal de Bruijn's avatar Pascal de Bruijn Committed by Matthew Garrett

Don't show error if Acer WMI is not found

Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
parent b404ecbf
...@@ -1314,7 +1314,7 @@ static int __init acer_wmi_init(void) ...@@ -1314,7 +1314,7 @@ static int __init acer_wmi_init(void)
AMW0_find_mailled(); AMW0_find_mailled();
if (!interface) { if (!interface) {
printk(ACER_ERR "No or unsupported WMI interface, unable to " printk(ACER_INFO "No or unsupported WMI interface, unable to "
"load\n"); "load\n");
return -ENODEV; return -ENODEV;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment