Re: [PATCH 2/2] efi: library function grub_efi_close_protocol()

2021-11-23 Thread Daniel Kiper
On Wed, Oct 06, 2021 at 10:30:43AM +0200, Heinrich Schuchardt wrote: > Create a library function for CloseProtocol() and use it for the SNP > driver. > > Signed-off-by: Heinrich Schuchardt > --- > grub-core/kern/efi/efi.c | 18 ++ > grub-core/net/drivers/efi/efinet.c |

[PATCH 2/2] efi: library function grub_efi_close_protocol()

2021-10-06 Thread Heinrich Schuchardt
Create a library function for CloseProtocol() and use it for the SNP driver. Signed-off-by: Heinrich Schuchardt --- grub-core/kern/efi/efi.c | 18 ++ grub-core/net/drivers/efi/efinet.c | 8 ++-- include/grub/efi/efi.h | 3 +++ 3 files changed, 23 inser