commit | ebfc94c27bbc2e7f9efefbe267b1d06298eecec4 | [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 | 10b25f17e9500453da7650a6aee954ae370e457e [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>