commit | 33a83a3a3170aa2af33750f775d0605817a5a1e1 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Mar 15 15:08:16 2018 +0100 |
committer | Alexander Graf <agraf@suse.de> | Wed Apr 04 11:09:06 2018 +0200 |
tree | 9376987fe5b8ecc3cc90105ae64e4a8a8e82452f | |
parent | 18f436c9ff16608e13973eba4c8299ef98b022b8 [diff] |
efi_loader: Fix return value for efi_add_runtime_mmio The efi_add_runtime_mmio function incorrectly returned the added address as return value rather than EFI_SUCCESS. Fix it by checking the return value of efi_add_memory_map properly. Fixes: f057cfef5dc ("efi_loader: exit status for efi_reset_system_init") Signed-off-by: Alexander Graf <agraf@suse.de>