efi_loader: debug output efi_install_protocol_interface
efi_install_protocol_interface should provide the created or provided handle in the debug output. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
62471e46cd
commit
af1408e080
@ -732,6 +732,11 @@ static efi_status_t EFIAPI efi_install_protocol_interface(
|
|||||||
r = efi_create_handle(handle);
|
r = efi_create_handle(handle);
|
||||||
if (r != EFI_SUCCESS)
|
if (r != EFI_SUCCESS)
|
||||||
goto out;
|
goto out;
|
||||||
|
debug("%sEFI: new handle %p\n", indent_string(nesting_level),
|
||||||
|
*handle);
|
||||||
|
} else {
|
||||||
|
debug("%sEFI: handle %p\n", indent_string(nesting_level),
|
||||||
|
*handle);
|
||||||
}
|
}
|
||||||
/* Find object. */
|
/* Find object. */
|
||||||
list_for_each(lhandle, &efi_obj_list) {
|
list_for_each(lhandle, &efi_obj_list) {
|
||||||
|
Loading…
Reference in New Issue
Block a user