lkml.org 
[lkml]   [2011]   [Nov]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] Don't show error if Acer WMI is not found
From
Date
於 一,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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2011-11-29 04:11    [W:0.051 / U:0.584 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site