commit | d822f866adc83174c9a49de37003e8e465090d10 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Jun 18 09:00:45 2023 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Jul 20 09:12:50 2023 +0200 |
tree | ecf581714c110312062ec70302e2e1ba2334cbc7 | |
parent | aa08bf81d01bead31c5ca2a892301749f9e06722 [diff] |
efi_loader: simplify efi_uninstall_protocol() The call to efi_search_obj() is redundant as the function is called in efi_search_protocol() too. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>