forked from OERV-BSP/u-boot
efi_loader: use %pUs for printing GUIDs
For printing GUIDs with macro EFI_ENTRY use %pUs instead of %pUl to provide readable debug output. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
@@ -122,7 +122,7 @@ static efi_status_t EFIAPI getrng(struct efi_rng_protocol *this,
|
||||
}
|
||||
|
||||
if (rng_algorithm) {
|
||||
EFI_PRINT("RNG algorithm %pUl\n", rng_algorithm);
|
||||
EFI_PRINT("RNG algorithm %pUs\n", rng_algorithm);
|
||||
if (guidcmp(rng_algorithm, &rng_raw_guid)) {
|
||||
status = EFI_UNSUPPORTED;
|
||||
goto back;
|
||||
|
||||
Reference in New Issue
Block a user