From: Alexey Starikovskiy Date: Mon, 3 Nov 2008 19:26:40 +0000 (-0500) Subject: ACPI EC: Fix regression due to use of uninitialized variable X-Git-Tag: v2.6.28-rc5~77^2~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d21cf3c16b1191f3154a51e0b20c82bf851cc553;p=pandora-kernel.git ACPI EC: Fix regression due to use of uninitialized variable breakage introduced by following patch commit 27663c5855b10af9ec67bc7dfba001426ba21222 Author: Matthew Wilcox Date: Fri Oct 10 02:22:59 2008 -0400 acpi_evaluate_integer() does not clear passed variable if there is an error at evaluation. So if we ignore error, we must supply initialized variable. http://bugzilla.kernel.org/show_bug.cgi?id=11917 Signed-off-by: Alexey Starikovskiy Tested-by: Alan Jenkins Signed-off-by: Len Brown --- Reading git-diff-tree failed