Re: [PATCH] efi_loader: Use %pD to log device-path instead of local efi_dp_str()

2021-07-15 Thread Heinrich Schuchardt
On 7/14/21 7:19 AM, Masami Hiramatsu wrote: Use %pD to log device-path instead of using efi_dp_str() and efi_free_pool() locally in find_boot_device(). This is a cleanup patch, no feature update nor fix. Suggested-by: Heinrich Schuchardt Signed-off-by: Masami Hiramatsu Reviewed-by: Heinrich

[PATCH] efi_loader: Use %pD to log device-path instead of local efi_dp_str()

2021-07-13 Thread Masami Hiramatsu
Use %pD to log device-path instead of using efi_dp_str() and efi_free_pool() locally in find_boot_device(). This is a cleanup patch, no feature update nor fix. Suggested-by: Heinrich Schuchardt Signed-off-by: Masami Hiramatsu --- lib/efi_loader/efi_capsule.c |6 +- 1 file changed, 1 ins