commit | 868937f90bb605e9a859c1f81cf92c29f2931fa9 | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Mon Aug 12 23:56:38 2024 +0300 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Sep 12 17:32:18 2024 +0200 |
tree | 8805be796b9e4ac45bdb151e10e2333fcde99138 | |
parent | fe14afc73e0c3a68102a78352e40f82db1397372 [diff] |
efi_loader: return the correct error in efi_bootmgr_release_uridp() There's currently a chance for this function to overwrite an error if one occurred and the subsequent call to efi_uninstall_multiple_protocol_interfaces() succedded. Although this is an EFI event and we can't do much let's at least set and return the correct error Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>