Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[efi] Add missing RC_TO_EFIRC() conversion
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Oct 22, 2012
1 parent a27413c commit 0e7819d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface/efi/efi_snp_hii.c
Expand Up @@ -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,
NULL, results,
NULL ) ) != 0 ) {
return rc;
return RC_TO_EFIRC ( rc );
}
}
}
Expand Down

0 comments on commit 0e7819d

Please sign in to comment.