summaryrefslogtreecommitdiff
path: root/board/cr50/tpm2/aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/tpm2/aes.c')
-rw-r--r--board/cr50/tpm2/aes.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/cr50/tpm2/aes.c b/board/cr50/tpm2/aes.c
index 7223c71fc0..cc4d83d7e7 100644
--- a/board/cr50/tpm2/aes.c
+++ b/board/cr50/tpm2/aes.c
@@ -443,8 +443,7 @@ static void aes_command_handler(void *cmd_body,
&ctx, out_local.b, sizeof(out_local.b),
data_local.b, data_len);
if (count < 0) {
- CPRINTF(
- "%s: gcm encrypt failed\n");
+ CPRINTF("%s: gcm encrypt failed\n", __func__);
break;
}
total = count;