efi_loader: add missing EFI_CALL when closing a file
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Fri, 11 Nov 2022 16:20:37 +0000 (18:20 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 16 Nov 2022 07:34:06 +0000 (08:34 +0100)
commit64012e0c52eefa6fbfedbad772133a478bd741ea
tree4f3621f6f45846087a1a61833f271e21eede30d7
parent94a574d8f6116a12def77fbf9a92f02a430a1d12
efi_loader: add missing EFI_CALL when closing a file

Closing the files uses the EFI protocol and specifically it's .close
callback.  This needs to be wrapped on an EFI_CALL()

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/efi_file.c