mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Guillaume Chazarain <guichaz@yahoo.fr>
To: Ismail Donmez <ismail@pardus.org.tr>
Cc: linux-kernel@vger.kernel.org
Subject: Re: ACPI EC warnings
Date: Sun, 24 Dec 2006 22:19:02 +0100	[thread overview]
Message-ID: <458EEEC6.4000406@yahoo.fr> (raw)
In-Reply-To: <200612242305.59729.ismail@pardus.org.tr>

[-- Attachment #1: Type: text/plain, Size: 505 bytes --]


> Patch looks nice,
But LKML didn't like gmail's HTML so here is it again. Hopefully this 
one will pass.

> btw do you notice any skippy behaviour? i.e sound skips when 
> I get this warning

No, in my case I just get the message: ACPI: EC: evaluating _Q20
> or something else is broken and I blame ACPI because its 
> flooding dmesg =)
>   
I happen to have at the moment some other debugging printk, flooding
my logs, and sound doesn't skip either :-) Asus V6VA - Pentium-M 2GHz here.

-- 
Guillaume


[-- Attachment #2: ACPI.diff --]
[-- Type: text/x-patch, Size: 390 bytes --]

diff -r ef50bfb54157 drivers/acpi/ec.c
--- a/drivers/acpi/ec.c
+++ b/drivers/acpi/ec.c
@@ -424,7 +424,7 @@ static void acpi_ec_gpe_query(void *ec_c
 
 	snprintf(object_name, 8, "_Q%2.2X", value);
 
-	printk(KERN_INFO PREFIX "evaluating %s\n", object_name);
+	ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Evaluating %s", object_name));
 
 	acpi_evaluate_object(ec->handle, object_name, NULL, NULL);
 }


  reply	other threads:[~2006-12-24 21:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-24 20:47 Ismail Donmez
     [not found] ` <3d8471ca0612241302j5d4a92cdi84eec81e0739aa2@mail.gmail.com>
2006-12-24 21:05   ` Ismail Dönmez
2006-12-24 21:19     ` Guillaume Chazarain [this message]
2006-12-24 21:30       ` Ismail Dönmez

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=458EEEC6.4000406@yahoo.fr \
    --to=guichaz@yahoo.fr \
    --cc=ismail@pardus.org.tr \
    --cc=linux-kernel@vger.kernel.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

all inboxes | Powered by JetHome®