From: joeyli <jlee@suse.com>
To: William Douglas <william.r.douglas@gmail.com>
Cc: linux-kernel@vger.kernel.org, pascal@unilogicnetworks.net,
jlee@novell.com, joe@perches.com
Subject: Re: [PATCH] Don't show error if Acer WMI is not found
Date: Tue, 29 Nov 2011 11:07:05 +0800 [thread overview]
Message-ID: <1322536025.6029.667.camel@linux-s257.site> (raw)
In-Reply-To: <8762i4dnkw.fsf@intel.com>
於 一,2011-11-28 於 12:00 -0800,William Douglas 提到:
> >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;
> }
>
Signed-off-by: Lee, Chun-Yi <jlee@novell.com>
It looks good to me!
Thanks for your patch
Joey Lee
next prev parent reply other threads:[~2011-11-29 3:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-28 20:00 [PATCH] Don't show error if Acer WMI is not found William Douglas
2011-11-29 3:07 ` joeyli [this message]
-- 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.
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=1322536025.6029.667.camel@linux-s257.site \
--to=jlee@suse.com \
--cc=jlee@novell.com \
--cc=joe@perches.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pascal@unilogicnetworks.net \
--cc=william.r.douglas@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.