]> git.baikalelectronics.ru Git - uboot.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)
commit226c7a7cc69aff31acde0b1aaee44eedd8503f2b
treef489ec84080a114b9f6cf7e72c9ca256303e2fc4
parentf9ad19efe4e8a377a84830c6fab34019b86406c7
tpm: add more missing va_end()

While commit 014e3f2fee03 ("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