From: Henrique de Moraes Holschuh Date: Sun, 16 May 2010 22:45:45 +0000 (-0300) Subject: thinkpad-acpi: acpi_evalf fixes X-Git-Tag: v2.6.35-rc1~438^2~13^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=263f4a30e4f1dc5385650738c1dcf3728036ecc4;p=pandora-kernel.git thinkpad-acpi: acpi_evalf fixes Use acpi_format_exception() in acpi_evalf() instead of logging numeric errors. Also, when ACPICA returns an error, we should not be touching the return object, as it is invalid. In debug mode, acpi_evalf() callers would printk the returned crap (but fortunately, not use it). Signed-off-by: Henrique de Moraes Holschuh --- Reading git-diff-tree failed