[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CABhPDt8M7Tt7Pp3OcEFpg-4OiBq1DS8YNNRjNa-BjtT02mj3Sw@mail.gmail.com>
Date: Mon, 27 Feb 2012 10:38:55 -0800
From: "Douglas, William" <william.douglas@...el.com>
To: mjg@...hat.com, linux-kernel@...r.kernel.org
Cc: Auke-jan H Kok <auke-jan.h.kok@...el.com>, jlee@...ell.com
Subject: [RESUBMIT][PATCH] Don't show error if Acer WMI is not found
commit 486df5137ae34a4057d604e2b645d7b3848a562f
Author: William Douglas <william.douglas@...el.com>
Date: Mon Nov 28 11:30:26 2011 -0800
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 the
error prints out with the quiet option.
Signed-off-by: William Douglas <william.douglas@...el.com>
Signed-off-by: Lee, Chun-Yi <jlee@...ell.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@...el.com>
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;
}
--
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists