commit | 33691583e15cdf164de2d578abfb5ecc7c9ce25c | [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 | c70a161fe291c33bb060620923a112bceecd3fa3 [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>