commit | 793473c28a4b17ade3c2bb69782fb0b55acb6e0b | [log] [tgz] |
---|---|---|
author | Arvind Sankar <nivedita@alum.mit.edu> | Thu Apr 30 14:28:35 2020 -0400 |
committer | Ard Biesheuvel <ardb@kernel.org> | Fri May 01 09:40:02 2020 +0200 |
tree | 494520b2dbe787ee5f6037f46c12f300380bbe8d | |
parent | eed4e0193ee7b00213791f7732bce0fc0c54f3b3 [diff] |
efi/libstub: Move pr_efi/pr_efi_err into efi namespace Rename pr_efi to efi_info and pr_efi_err to efi_err to make it more obvious that they are part of the EFI stub and not generic printk infra. Suggested-by: Joe Perches <joe@perches.com> Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu> Link: https://lore.kernel.org/r/20200430182843.2510180-4-nivedita@alum.mit.edu Signed-off-by: Ard Biesheuvel <ardb@kernel.org>