commit | 8a7112eddba5182ecb90b1960333c9060894c3c0 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Oct 04 12:50:51 2022 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Oct 06 22:54:57 2022 +0200 |
tree | bab243a5937c04419236bdcb9c3d927d466ab201 | |
parent | 3f712dbf39a9b1d8392a6f96c5225483453f98f8 [diff] |
efi_driver: simplify efi_uc_stop(), call efi_free_pool() We have exported efi_free_pool(). There is no need to use EFI_CALL(). Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>