On Thu, Apr 9, 2020 at 6:58 AM Simon Glass <s...@chromium.org> wrote: > > At present the cleanup() method is called on every transfer. It should > only be called on failing transfers. Fix this and tidy up the error > handling a little. > > Signed-off-by: Simon Glass <s...@chromium.org> > Reviewed-by: Bin Meng <bmeng...@gmail.com> > --- > > Changes in v5: None > Changes in v4: None > Changes in v3: None > Changes in v2: None > > drivers/tpm/tpm-uclass.c | 13 ++++++++++--- > 1 file changed, 10 insertions(+), 3 deletions(-) >
applied to u-boot-x86, thanks!