ACPI Thinkpad: We must always call va_end() after va_start() but do not do so in...
commit66372224041d2e8d036dc719c1f363f04ed1d6e4
authorJesper Juhl <jj@chaosbits.net>
Sat, 6 Aug 2011 02:58:11 +0000 (5 23:58 -0300)
committerHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Sat, 6 Aug 2011 02:58:11 +0000 (5 23:58 -0300)
tree6d71df2ac4baba3f675151a53a5b6c3dfbf44c21
parentde3a09eab1d250df4ab4152273d42e42cae969e2
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