浏览代码

Don't show error if Acer WMI is not found

Signed-off-by: Matthew Garrett <mjg@redhat.com>
Pascal de Bruijn 15 年之前
父节点
当前提交
af9902e130
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/platform/x86/acer-wmi.c

+ 1 - 1
drivers/platform/x86/acer-wmi.c

@@ -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;
 	}