public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: William Douglas <william.douglas@intel.com>
To: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org
Subject: [PATCH] Don't show error if Acer WMI is not found.
Date: Mon, 19 Mar 2012 13:39:21 -0700	[thread overview]
Message-ID: <8762e0mikm.fsf@intel.com> (raw)

>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

             reply	other threads:[~2012-03-19 20:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-19 20:39 William Douglas [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-11-28 20:00 [PATCH] Don't show error if Acer WMI is not found William Douglas
2011-11-29  3:07 ` joeyli
2010-09-21 12:48 Pascal de Bruijn | Unilogic Networks B.V.

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8762e0mikm.fsf@intel.com \
    --to=william.douglas@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox