commit | e89827998fa47408f3d0be0384c7c19cfe8e2b3f | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Thu Oct 19 11:21:55 2023 -0500 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Oct 26 00:36:07 2023 +0200 |
tree | bf12cdd2a2644a42ae7fe960130bb2bd650d32b8 | |
parent | 51a04b72e9d3203e618cb36df9255b7ccfc97425 [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. Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>