[PATCH] Don't show error if Acer WMI is not found.

From: William Douglas
Date: Mon Nov 28 2011 - 14:30:26 EST


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@xxxxxxxxx>
Signed-off-by: Lee, Chun-Yi <jlee@xxxxxxxxxx>
Signed-off-by: Auke Kok <auke-jan.h.kok@xxxxxxxxx>
---
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/