Re: [U-Boot] [PATCH v4 15/32] tpm: report driver error code to upper layer

2018-05-15 Thread Tom Rini
On Tue, May 15, 2018 at 11:57:11AM +0200, Miquel Raynal wrote: > Instead of returning a generic 'library' error, report back the actual > error code so it can be displayed to the user by the regular error path. > > Signed-off-by: Miquel Raynal > Reviewed-by: Simon Glass Reviewed-by: Tom Rini

[U-Boot] [PATCH v4 15/32] tpm: report driver error code to upper layer

2018-05-15 Thread Miquel Raynal
Instead of returning a generic 'library' error, report back the actual error code so it can be displayed to the user by the regular error path. Signed-off-by: Miquel Raynal Reviewed-by: Simon Glass --- lib/tpm-common.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/tp