mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 11:03:15 +03:00
[efi] Add missing RC_TO_EFIRC() conversion
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -557,7 +557,7 @@ efi_snp_hii_extract_config ( const EFI_HII_CONFIG_ACCESS_PROTOCOL *hii,
|
|||||||
if ( ( rc = efi_snp_hii_fetch ( snpdev, setting->name,
|
if ( ( rc = efi_snp_hii_fetch ( snpdev, setting->name,
|
||||||
NULL, results,
|
NULL, results,
|
||||||
NULL ) ) != 0 ) {
|
NULL ) ) != 0 ) {
|
||||||
return rc;
|
return RC_TO_EFIRC ( rc );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user