From: Jesper Juhl Date: Fri, 24 Dec 2010 18:56:28 +0000 (+0100) Subject: ACPI Thinkpad: We must always call va_end() after va_start() but do not do so in... X-Git-Tag: v2.6.38-rc1~424^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=213658516fd5e125eb7a97995f6cae8996f8015b;p=pandora-kernel.git ACPI Thinkpad: We must always call va_end() after va_start() but do not do so in thinkpad_acpi.c::acpi_evalf() Hi, In drivers/platform/x86/thinkpad_acpi.c::acpi_evalf() we don't always call va_end() after va_start(). This patch corrects that. Signed-off-by: Jesper Juhl Acked-by: Henrique de Moraes Holschuh Signed-off-by: Matthew Garrett --- Reading git-diff-tree failed