commit | 6287021ff9143718310075c414e535f1679a3929 | [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 | 5dcfc99b2b17fa1497adea47a50bf7c7a6ba5709 [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>