commit | 8b1641680d220e7e6cf467f7e2d627c4cbd66436 | [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 | 43a5891c66c8fe961999415b051c827ce1b543c4 [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>