All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexey Starikovskiy <astarikovskiy@suse.de>
To: jmerkey@wolfmountaingroup.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.27-rc5 acpi: EC Storm error message on bootup
Date: Tue, 09 Sep 2008 21:35:48 +0400	[thread overview]
Message-ID: <48C6B3F4.5050406@suse.de> (raw)
In-Reply-To: <1702.69.2.248.210.1220972366.squirrel@webmail.wolfmountaingroup.com>

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


jmerkey@wolfmountaingroup.com wrote:
> Oh shit, my mistake.  I applied it to a 2.2.26.4 tree.  please disregard. 
> I will test it shortly.
Thanks!
I've found more slippery place, could you please add attached patch if the first one doesn't work?

Regards,
Alex.

[-- Attachment #2: 1.diff --]
[-- Type: text/x-diff, Size: 427 bytes --]

diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c
index 97168d4..961b327 100644
--- a/drivers/acpi/ec.c
+++ b/drivers/acpi/ec.c
@@ -538,7 +538,7 @@ static u32 acpi_ec_gpe_handler(void *data)
 	state = acpi_ec_read_status(ec);
 
 	gpe_transaction(ec, state);
-	if ((status & ACPI_EC_FLAG_IBF) == 0)
+	if (ec_transaction_done(ec) && (status & ACPI_EC_FLAG_IBF) == 0)
 		wake_up(&ec->wait);
 
 	status = ec_check_sci(ec, state);

  reply	other threads:[~2008-09-09 17:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-02 21:27 2.6.27-rc5 acpi: EC Storm error message on bootup jmerkey
2008-09-09  5:15 ` Alexey Starikovskiy
2008-09-09 14:51   ` jmerkey
2008-09-09 14:59     ` jmerkey
2008-09-09 17:35       ` Alexey Starikovskiy [this message]
2008-09-09 17:53         ` jmerkey
2008-09-09 19:30         ` jmerkey

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=48C6B3F4.5050406@suse.de \
    --to=astarikovskiy@suse.de \
    --cc=jmerkey@wolfmountaingroup.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.