mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
efi_loader: efi_connect_controller() use %pD
EFI_ENTRY in efi_connect_controller() should use %pD to print the remaining device path. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
fb34f298e6
commit
d178836bd2
1 changed files with 1 additions and 1 deletions
|
@ -2825,7 +2825,7 @@ static efi_status_t EFIAPI efi_connect_controller(
|
|||
efi_status_t ret = EFI_NOT_FOUND;
|
||||
struct efi_object *efiobj;
|
||||
|
||||
EFI_ENTRY("%p, %p, %p, %d", controller_handle, driver_image_handle,
|
||||
EFI_ENTRY("%p, %p, %pD, %d", controller_handle, driver_image_handle,
|
||||
remain_device_path, recursive);
|
||||
|
||||
efiobj = efi_search_obj(controller_handle);
|
||||
|
|
Loading…
Add table
Reference in a new issue