]> git.ipfire.org Git - people/ms/u-boot.git/commit
tpm: add missing va_end
authorxypron.glpk@gmx.de <xypron.glpk@gmx.de>
Sun, 30 Jul 2017 19:40:37 +0000 (21:40 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 13 Aug 2017 19:17:29 +0000 (15:17 -0400)
commit36d35345b1f6124d7e1763c818ec29e1709f9eec
tree7310eb198cfa77c87542a26cdc120d199ba0347b
parent2d5e86b110e7287beba0627c41dab795e8d17aea
tpm: add missing va_end

va_start must always be matched by va_end.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
lib/tpm.c