Home
last modified time | relevance | path

Searched hist:c81883dfce7360148c72922b93bfa16b399ee3ee (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Defi_loader.hc81883dfce7360148c72922b93bfa16b399ee3ee Thu Aug 17 16:57:36 UTC 2017 xypron.glpk@gmx.de <xypron.glpk@gmx.de> efi_loader: do not cast return value in EFI_EXIT

UEFI API functions have different return types.
Some return a value of type EFI_STATUS other don't.

We therefore should not cast the return value of EFI_EXIT
to another type than the expression passed to EFI_EXIT.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>