X86 platform drivers
 help / color / mirror / Atom feed
* [PATCH] Don't show error if Acer WMI is not found
@ 2010-09-21 12:48 Pascal de Bruijn | Unilogic Networks B.V.
  0 siblings, 0 replies; only message in thread
From: Pascal de Bruijn | Unilogic Networks B.V. @ 2010-09-21 12:48 UTC (permalink / raw)
  To: platform-driver-x86; +Cc: linux-kernel, trivial, akpm

From 6e5643d6b1c1e5250d29b8d6d82dae3ec6404055 Mon Sep 17 00:00:00 2001
From: Pascal de Bruijn <pascal@unilogicnetworks.net>
Date: Mon, 30 Aug 2010 09:09:53 +0200
Subject: [PATCH] Don't show error if Acer WMI is not found

---
 drivers/platform/x86/acer-wmi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-21 13:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-21 12:48 [PATCH] Don't show error if Acer WMI is not found Pascal de Bruijn | Unilogic Networks B.V.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox