[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1285073332.9470.5.camel@carnifex>
Date: Tue, 21 Sep 2010 14:48:52 +0200
From: "Pascal de Bruijn | Unilogic Networks B.V."
<pascal@...logicnetworks.net>
To: platform-driver-x86@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, trivial@...nel.org,
akpm@...ux-foundation.org
Subject: [PATCH] Don't show error if Acer WMI is not found
>>From 6e5643d6b1c1e5250d29b8d6d82dae3ec6404055 Mon Sep 17 00:00:00 2001
From: Pascal de Bruijn <pascal@...logicnetworks.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists