commit | 9f8932d0558e52777175a2a6ef70c0ef3f519545 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Aug 14 06:49:09 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Aug 15 20:33:10 2019 +0200 |
tree | fa6e197798c7bd6e348b05e54cd12bc0c73e138e | |
parent | 53e1d8fae8ccf24a1b91929a6d5e74d4cef18eb1 [diff] |
efi_loader: do not call efi_runtime_detach twice Commit 7f95104d91cc ("efi_loader: detach runtime in ExitBootServices()") added a call to efi_runtime_detach() to ExitBootServices() but did not remove the call in SetVirtualAddressMap(). Remove the superfluous function call. Correct a comment referring to efi_runtime_detach(). Fixes: 7f95104d91cc ("efi_loader: detach runtime in ExitBootServices()") Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>