]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: Delete() return EFI_WARN_DELETE_FAILURE
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 17 Jun 2019 20:00:13 +0000 (22:00 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 20 Jun 2019 22:26:19 +0000 (22:26 +0000)
commitf7ebeb824ab6f11a6ef42b8fed9d6276df77e3a9
tree6bc7f24bb8f80e76d080722cbaec9719decb9faf
parent2f62933bf2316c2a25033eb07515e4a7b1e47ee0
efi_loader: Delete() return EFI_WARN_DELETE_FAILURE

If EFI_FILE_PROTOCOL.Delete() fails, always close the handle and return
EFI_WARN_DELETE_FAILURE.

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