]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: replace printf by log in efi_uclass.c
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 1 Dec 2020 08:06:29 +0000 (09:06 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 3 Dec 2020 20:22:30 +0000 (21:22 +0100)
commitfc364424ac992ddae5779ae3ca8ddcd006a6ea27
tree71b5e779b32775236401d22e8c3d03e675deb123
parenta2c832471115d382d6dd60697be5bc74d2636eea
efi_loader: replace printf by log in efi_uclass.c

Use logging functions instead of printf() and debug().

Change logging messages for uclass creation and destruction to log_debug().

Reported-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
lib/efi_driver/efi_uclass.c