projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61eac6d
)
efi/tpm: Use efi_err for error messages
author
Arvind Sankar
<nivedita@alum.mit.edu>
Thu, 30 Apr 2020 18:28:38 +0000
(14:28 -0400)
committer
Ard Biesheuvel
<ardb@kernel.org>
Fri, 1 May 2020 07:40:02 +0000
(09:40 +0200)
Use efi_err instead of bare efi_printk for error messages.
Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu>
Link:
https://lore.kernel.org/r/20200430182843.2510180-7-nivedita@alum.mit.edu
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/libstub/tpm.c
patch
|
blob
|
history
diff --git
a/drivers/firmware/efi/libstub/tpm.c
b/drivers/firmware/efi/libstub/tpm.c
index 1d59e103a2e3a61aae5b29d99a5c3a25e7784a9b..09adcf51b75b541fc63a79eada13e81c8390cdc1 100644
(file)
--- a/
drivers/firmware/efi/libstub/tpm.c
+++ b/
drivers/firmware/efi/libstub/tpm.c
@@
-119,7
+119,7
@@
void efi_retrieve_tpm2_eventlog(void)
sizeof(*log_tbl) + log_size, (void **)&log_tbl);
if (status != EFI_SUCCESS) {
- efi_
printk
("Unable to allocate memory for event log\n");
+ efi_
err
("Unable to allocate memory for event log\n");
return;
}