Searched hist:"3 f1aa97577b75ee2f4f13d2b9fbaf68ce89f42be" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | efi_loader.h | 3f1aa97577b75ee2f4f13d2b9fbaf68ce89f42be Thu Jul 27 12:04:16 UTC 2017 Rob Clark <robdclark@gmail.com> efi_loader: only evaluate EFI_EXIT()'s ret once
There are a couple spots doing things like:
return EFI_EXIT(some_fxn(...));
which I handn't noticed before. With addition of printing return value in the EFI_EXIT() macro, now the fxn call was getting evaluated twice. Which we didn't really want.
Signed-off-by: Rob Clark <robdclark@gmail.com> Signed-off-by: Alexander Graf <agraf@suse.de>
|