commit | a152e149991dd062ba47f41c06cc44723c30375f | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Nov 05 05:20:45 2024 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Nov 23 23:14:15 2024 +0100 |
tree | b879294b76209e43d561f0d4b0f8df8f21835474 | |
parent | 52c0e5f8a39ef022ee5ab2dfd67661d1d34941c7 [diff] |
efi_loader: simplify efi_tcg2_hash_log_extend_event() The value of variable nt is never used. Just use NULL when calling efi_check_pe(). The API function is not expected to write to the console. Such output might have unwanted side effects on the screen layout of an EFI application. Leave error handling to the caller. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>