From: Pascal de Bruijn <pascal@unilogicnetworks.net>
Date: Mon, 30 Aug 2010 07:09:53 +0000 (+0200)
Subject: Don't show error if Acer WMI is not found
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=af9902e130d30ce46b5827d18f8dd56e2accbaf1;p=linux.git

Don't show error if Acer WMI is not found

Signed-off-by: Matthew Garrett <mjg@redhat.com>
---

diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c
index 2badee2fdeed4..c8c65375bfe2c 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)
 		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;
 	}