Skip to content
Commit 21365851 authored by Jesper Juhl's avatar Jesper Juhl Committed by Matthew Garrett
Browse files

ACPI Thinkpad: We must always call va_end() after va_start() but do not do so...


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: default avatarJesper Juhl <jj@chaosbits.net>
Acked-by: default avatarHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
parent 466449cf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment