From mboxrd@z Thu Jan 1 00:00:00 1970 From: Len Brown Subject: Re: [2/3] 2.6.23-rc1: known regressions v3 Date: Fri, 3 Aug 2007 17:31:30 -0400 Message-ID: <200708031731.30720.lenb@kernel.org> References: <46AE0F5D.3000500@googlemail.com> <46AEB59B.7030909@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from hera.kernel.org ([140.211.167.34]:34374 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761930AbXHCVco convert rfc822-to-8bit (ORCPT ); Fri, 3 Aug 2007 17:32:44 -0400 In-Reply-To: <46AEB59B.7030909@gmail.com> Content-Disposition: inline Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Alexey Starikovskiy Cc: Meelis Roos , Ismail =?iso-8859-1?q?D=F6nmez?= , Michal Piotrowski , Linus Torvalds , Andrew Morton , LKML , linux-acpi@vger.kernel.org On Tuesday 31 July 2007 00:07, Alexey Starikovskiy wrote: > Meelis Roos wrote: > >>> Subject : New ACPI error/warning with Linus' latest GIT > >>> References : http://lkml.org/lkml/2007/7/26/395 > >>> Last known good : ? > >>> Submitter : Ismail D=F6nmez > >>> Caused-By : ? > >>> Handled-By : ? > >>> Status : unknown > >> This started to happen after the second ACPI merge which was for 2= =2E6.23-rc2. > >=20 > > It appeared after new Embedded Controller code was merged into ACPI= =2E It=20 > > might as well be just a debug message or a remainder to add support= for=20 > > new queries (whatever these are), but I do not know. The message it= self=20 > > seems harmless. > >=20 > This _is_ a debug message. EC asks us to perform query which was neve= r defined in DSDT. > Previously I thought it would be rare error report, but now it seems = that every machine > has at least one unregistered query... It is not a functional regress= ion, as we just=20 > ignored errors from query execution before. >=20 > Len already has a patch to remove this printk. yes, this verbose message has been removed. thanks, -Len commit f1cd1fe61b96e4312312d42c0a9784dfab12e007 Author: Alexey Starikovskiy Date: Fri Aug 3 17:28:17 2007 -0400 ACPI: EC: Remove noisy debug printk fron EC driver. =20 ACPI: EC: Handler for query 0x57 is not found! =20 Signed-off-by: Alexey Starikovskiy Signed-off-by: Len Brown diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c index 469f3f5..dd384ec 100644 --- a/drivers/acpi/ec.c +++ b/drivers/acpi/ec.c @@ -471,7 +471,6 @@ static void acpi_ec_gpe_query(void *ec_cxt) } } mutex_unlock(&ec->lock); - printk(KERN_ERR PREFIX "Handler for query 0x%x is not found!\n", valu= e); } =20 static u32 acpi_ec_gpe_handler(void *data) - To unsubscribe from this list: send the line "unsubscribe linux-acpi" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html