[PATCH v2] efi_loader: remove efi_delete_handle on loadfile2
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Sun Oct 16 12:01:13 CEST 2022
On 10/16/22 10:36, Ilias Apalodimas wrote:
> Loadfile2 code is installing two protocols on it's own handle
> and uses efi_delete_handle() to clean it up on failure(s). However
> commit 05c4c9e21ae6 ("efi_loader: define internal implementations of install/uninstallmultiple")
> prepares the ground for us to clean up efi_elete_handle() used in favor of
> Install/UninstallMultipleProtocol.
>
> While at it clean up the non needed void casts to (void *) on the protol
> installation
>
> Signed-off-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
More information about the U-Boot
mailing list