Don't show error if Acer WMI is not found

Signed-off-by: Matthew Garrett <mjg@redhat.com>
This commit is contained in:
Pascal de Bruijn 2010-08-30 09:09:53 +02:00 коммит произвёл Matthew Garrett
Родитель b404ecbf91
Коммит af9902e130
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1314,7 +1314,7 @@ static int __init acer_wmi_init(void)
AMW0_find_mailled();
if (!interface) {
printk(ACER_ERR "No or unsupported WMI interface, unable to "
printk(ACER_INFO "No or unsupported WMI interface, unable to "
"load\n");
return -ENODEV;
}