Selaa lähdekoodia

[efi] Add missing RC_TO_EFIRC() conversion

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 11 vuotta sitten
vanhempi
commit
0e7819d298
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/interface/efi/efi_snp_hii.c

+ 1
- 1
src/interface/efi/efi_snp_hii.c Näytä tiedosto

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

Loading…
Peruuta
Tallenna