linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESUBMIT][PATCH] Don't show error if Acer WMI is not found
@ 2012-02-27 18:38 Douglas, William
  0 siblings, 0 replies; only message in thread
From: Douglas, William @ 2012-02-27 18:38 UTC (permalink / raw)
  To: mjg, linux-kernel; +Cc: Auke-jan H Kok, jlee

commit 486df5137ae34a4057d604e2b645d7b3848a562f
Author: William Douglas <william.douglas@intel.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@intel.com>
   Signed-off-by: Lee, Chun-Yi <jlee@novell.com>
   Signed-off-by: Auke Kok <auke-jan.h.kok@intel.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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-27 18:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-27 18:38 [RESUBMIT][PATCH] Don't show error if Acer WMI is not found Douglas, William

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).