commit | 5025d029a95ff3865875684160da08d2f40e5133 | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Tue Apr 23 08:38:06 2024 +0300 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed May 01 07:39:27 2024 +0200 |
tree | 5158f05dfed75f2b54abaf4033b84a92e4d94465 | |
parent | 5ab82b10f02296232a14fde6dab1803559ab62e5 [diff] |
efi_loader: address coverity report 492766 for dead code The check of the return code is already done a few lines above. Although it doesn't cause any functional issues, remove the superfluous checks Addresses-Coverity-ID: 492766 Control flow issues (DEADCODE) Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>