* [PATCH] Don't show error if Acer WMI is not found.
@ 2012-03-19 20:39 William Douglas
0 siblings, 0 replies; 4+ messages in thread
From: William Douglas @ 2012-03-19 20:39 UTC (permalink / raw)
To: linux-kernel, torvalds
>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>
Signed-off-by: Lee, Chun-Yi <jlee@novell.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@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
^ permalink raw reply related [flat|nested] 4+ messages in thread* [PATCH] Don't show error if Acer WMI is not found
@ 2011-11-28 20:00 William Douglas
2011-11-29 3:07 ` joeyli
0 siblings, 1 reply; 4+ messages in thread
From: William Douglas @ 2011-11-28 20:00 UTC (permalink / raw)
To: linux-kernel, pascal, jlee, joe
>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
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] Don't show error if Acer WMI is not found
2011-11-28 20:00 William Douglas
@ 2011-11-29 3:07 ` joeyli
0 siblings, 0 replies; 4+ messages in thread
From: joeyli @ 2011-11-29 3:07 UTC (permalink / raw)
To: William Douglas; +Cc: linux-kernel, pascal, jlee, joe
於 一,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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] Don't show error if Acer WMI is not found
@ 2010-09-21 12:48 Pascal de Bruijn | Unilogic Networks B.V.
0 siblings, 0 replies; 4+ messages in thread
From: Pascal de Bruijn | Unilogic Networks B.V. @ 2010-09-21 12:48 UTC (permalink / raw)
To: platform-driver-x86; +Cc: linux-kernel, trivial, akpm
>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
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-03-19 20:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-19 20:39 [PATCH] Don't show error if Acer WMI is not found William Douglas
-- strict thread matches above, loose matches on Subject: below --
2011-11-28 20:00 William Douglas
2011-11-29 3:07 ` joeyli
2010-09-21 12:48 Pascal de Bruijn | Unilogic Networks B.V.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox