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.apalodi...@linaro.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schucha...@canonical.com>