ACPI Thinkpad: We must always call va_end() after va_start() but do not do so in...
commit9361cf9f53b9ef0e9708685dd9834f2fd84cbc20
authorJesper Juhl <jj@chaosbits.net>
Sun, 29 May 2011 19:37:37 +0000 (29 16:37 -0300)
committerHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Sun, 29 May 2011 19:39:00 +0000 (29 16:39 -0300)
treeecb904014ba7d623dd91750e4d97ef036e4cb440
parent6a9bf6a7707c8bd745eccff0e979a2e50b365ae0
ACPI Thinkpad: We must always call va_end() after va_start() but do not do so in thinkpad_acpi.c::acpi_evalf()

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 <jj@chaosbits.net>
Acked-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/thinkpad_acpi.c