Explorar el Código

[efi] Add missing RC_TO_EFIRC() conversion

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown hace 11 años
padre
commit
0e7819d298
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/interface/efi/efi_snp_hii.c

+ 1
- 1
src/interface/efi/efi_snp_hii.c Ver fichero

@@ -557,7 +557,7 @@ efi_snp_hii_extract_config ( const EFI_HII_CONFIG_ACCESS_PROTOCOL *hii,
557 557
 			if ( ( rc = efi_snp_hii_fetch ( snpdev, setting->name,
558 558
 							NULL, results,
559 559
 							NULL ) ) != 0 ) {
560
-				return rc;
560
+				return RC_TO_EFIRC ( rc );
561 561
 			}
562 562
 		}
563 563
 	}

Loading…
Cancelar
Guardar