]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[efi] Add missing RC_TO_EFIRC() conversion
authorMichael Brown <mcb30@ipxe.org>
Mon, 22 Oct 2012 15:42:53 +0000 (08:42 -0700)
committerMichael Brown <mcb30@ipxe.org>
Mon, 22 Oct 2012 15:42:53 +0000 (08:42 -0700)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/interface/efi/efi_snp_hii.c

index 96e9aa20fabd3494d741f88cac9bcc162fd53989..90f94984d9f3a96a49c52fe23311052a9bf993b3 100644 (file)
@@ -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 );
                        }
                }
        }