efi_loader: correct ExitBootServices()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 11 Jun 2019 18:05:40 +0000 (20:05 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 14 Jun 2019 17:18:39 +0000 (19:18 +0200)
commit98967379b645d7232d4eca22c3b80eaa94a7d7d7
treebd71b96dcc8a734d93d967817ea8c3135577373a
parent1d3e8dc7920d7fa32d4df76adea4809890a6de6c
efi_loader: correct ExitBootServices()

Always use EFI_EXIT() to return from the function.

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