Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ACPI EC: Fix regression due to use of uninitialized variable
breakage introduced by following patch commit 27663c5 Author: Matthew Wilcox <[email protected]> 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 <[email protected]> Tested-by: Alan Jenkins <[email protected]> Signed-off-by: Len Brown <[email protected]>
- Loading branch information