]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: fix efi_load_image_from_path()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 20 Jan 2021 21:57:46 +0000 (22:57 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 23 Jan 2021 06:56:53 +0000 (07:56 +0100)
commit6e8c28cf523257acba5d6ccb4328253595640931
treef161b76e47d2beb568493b8a8e13a0c45006947b
parent041f0af3668e037f465d0e80ea5561fb3fbaa7d0
efi_loader: fix efi_load_image_from_path()

Use the correct GUID when closing the file load protocol.
Remove an unnecessary check (Coverity CID 316363).

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_boottime.c