Re: [PATCH v2 05/17] efi_loader: image_loader: replace debug to EFI_PRINT

2020-07-03 Thread Heinrich Schuchardt
On 09.06.20 07:09, AKASHI Takahiro wrote: > Just for style consistency, replace all the uses of debug() to > EFI_PRINT() in efi_image_loader.c. > > Signed-off-by: AKASHI Takahiro Reviewed-by: Heinrich Schuchardt

[PATCH v2 05/17] efi_loader: image_loader: replace debug to EFI_PRINT

2020-06-08 Thread AKASHI Takahiro
Just for style consistency, replace all the uses of debug() to EFI_PRINT() in efi_image_loader.c. Signed-off-by: AKASHI Takahiro --- lib/efi_loader/efi_image_loader.c | 64 --- 1 file changed, 33 insertions(+), 31 deletions(-) diff --git a/lib/efi_loader/efi_image_lo