From: "Pascal de Bruijn | Unilogic Networks B.V." <pascal@unilogicnetworks.net>
To: platform-driver-x86@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, trivial@kernel.org,
akpm@linux-foundation.org
Subject: [PATCH] Don't show error if Acer WMI is not found
Date: Tue, 21 Sep 2010 14:48:52 +0200 [thread overview]
Message-ID: <1285073332.9470.5.camel@carnifex> (raw)
>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
next reply other threads:[~2010-09-21 13:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-21 12:48 Pascal de Bruijn | Unilogic Networks B.V. [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-11-28 20:00 [PATCH] Don't show error if Acer WMI is not found William Douglas
2011-11-29 3:07 ` joeyli
2012-03-19 20:39 William Douglas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1285073332.9470.5.camel@carnifex \
--to=pascal@unilogicnetworks.net \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=platform-driver-x86@vger.kernel.org \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox