efi_driver: simplify efi_uc_stop(), call efi_free_pool()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 4 Oct 2022 10:50:51 +0000 (12:50 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 6 Oct 2022 20:54:57 +0000 (22:54 +0200)
commit8b1641680d220e7e6cf467f7e2d627c4cbd66436
treebab243a5937c04419236bdcb9c3d927d466ab201
parent43a5891c66c8fe961999415b051c827ce1b543c4
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>
lib/efi_driver/efi_uclass.c