commit | 8f9dd92c2a3fe041c3b1b22368ff5fadb95b2d90 | [log] [tgz] |
---|---|---|
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | Thu Aug 17 18:57:36 2017 +0200 |
committer | Alexander Graf <agraf@suse.de> | Fri Aug 18 10:53:23 2017 +0200 |
tree | 7c9702a278c25e56223e58cb4ed1c31c4dec0767 | |
parent | f6b9912cb059745eaf53214a3c52c9c1dade5ffd [diff] |
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>