commit | e9fc018a558ea931e599453e925d6cb5690112cb | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Tue Oct 24 10:43:53 2023 -0500 |
committer | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Fri Oct 27 13:17:21 2023 +0300 |
tree | 4dd2196de6e9c6e43522a5dc771e8785a3b4d6cd | |
parent | 450afc350cd306e800f97baee0fbcaa0d1e8df80 [diff] |
efi_loader: fix EFI_ENTRY point on get_active_pcr_banks efi_tcg2_get_active_pcr_banks doesn't immediately call the EFI_ENTRY() wrapper once it enters the function. Move the call a few lines above to cover the error cases properly as well. Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>