]> git.ipfire.org Git - people/ms/u-boot.git/commit
tpm: add more missing va_end()
authorAndré Draszik <adraszik@tycoint.com>
Tue, 3 Oct 2017 15:55:54 +0000 (16:55 +0100)
committerSimon Glass <sjg@chromium.org>
Fri, 17 Nov 2017 14:15:52 +0000 (07:15 -0700)
commit9d0c5fee29c30a361309514459e88e401f292532
treef489ec84080a114b9f6cf7e72c9ca256303e2fc4
parent1259f778c9b419f02e2c155996b2d15ff262901e
tpm: add more missing va_end()

While commit 36d35345b1f6 ("tpm: add missing va_end") added
some missing calls to va_end(), it missed a few places.

Signed-off-by: André Draszik <adraszik@tycoint.com>
Acked-by: Simon Glass <sjg@chromium.org>
lib/tpm.c