From: William Douglas <william.r.douglas@gmail.com>
To: linux-kernel@vger.kernel.org, pascal@unilogicnetworks.net,
jlee@novell.com, joe@perches.com
Subject: [PATCH] Don't show error if Acer WMI is not found
Date: Mon, 28 Nov 2011 12:00:31 -0800 [thread overview]
Message-ID: <8762i4dnkw.fsf@intel.com> (raw)
>From 486df5137ae34a4057d604e2b645d7b3848a562f Mon Sep 17 00:00:00 2001
From: William Douglas <william.douglas@intel.com>
Date: Mon, 28 Nov 2011 11:30:26 -0800
Subject: [PATCH] Don't show error if Acer WMI is not found.
This patch initiated by Pascal seemed to get left out when switching
to pr_<level>. I've updated the patch and am resubmitting it as it
reduces unnecessary boot noise.
Signed-off-by: William Douglas <william.douglas@intel.com>
---
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 b848277..607af16 100644
--- a/drivers/platform/x86/acer-wmi.c
+++ b/drivers/platform/x86/acer-wmi.c
@@ -1946,7 +1946,7 @@ static int __init acer_wmi_init(void)
AMW0_find_mailled();
if (!interface) {
- pr_err("No or unsupported WMI interface, unable to load\n");
+ pr_info("No or unsupported WMI interface, unable to load\n");
return -ENODEV;
}
--
1.7.7.4
--
William Douglas, Intel Open Source Technology Center
next reply other threads:[~2011-11-28 20:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-28 20:00 William Douglas [this message]
2011-11-29 3:07 ` [PATCH] Don't show error if Acer WMI is not found joeyli
-- strict thread matches above, loose matches on Subject: below --
2012-03-19 20:39 William Douglas
2010-09-21 12:48 Pascal de Bruijn | Unilogic Networks B.V.
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=8762i4dnkw.fsf@intel.com \
--to=william.r.douglas@gmail.com \
--cc=jlee@novell.com \
--cc=joe@perches.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pascal@unilogicnetworks.net \
/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