From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Tue, 9 Oct 2018 16:55:10 -0700 Subject: [U-Boot] [PATCH 24/45] tpm: Tidy up logging in tpm-common.c In-Reply-To: <20181001182249.129565-25-sjg@chromium.org> References: <20181001182249.129565-25-sjg@chromium.org> <20181001182249.129565-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de At present this file uses logging but it should use the new macros. Update it and add a log message for an error. Signed-off-by: Simon Glass --- lib/tpm-common.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) Applied to u-boot-dm