
8 Feb
2020
8 Feb
'20
4:15 p.m.
On Mon, Jan 27, 2020 at 1:08 PM Simon Glass sjg@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 sjg@chromium.org
drivers/tpm/tpm-uclass.c | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com