[PATCH] efi_driver: fix efi_uc_stop()

2022-10-07 Thread Heinrich Schuchardt
We must always call EFI_EXIT() when returning from an EFIAPI function. Fixes: 05ef48a2484b ("efi_driver: EFI block driver") Signed-off-by: Heinrich Schuchardt --- lib/efi_driver/efi_uclass.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/efi_driver/efi_uclass.c b/li

Re: [PATCH] efi_driver: fix efi_uc_stop()

2022-10-07 Thread Ilias Apalodimas
On Sat, 8 Oct 2022 at 00:55, Heinrich Schuchardt wrote: > > We must always call EFI_EXIT() when returning from an EFIAPI function. > > Fixes: 05ef48a2484b ("efi_driver: EFI block driver") > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_driver/efi_uclass.c | 5 +++-- > 1 file changed, 3 inse