Re: [PATCH v2 0/2] efinet: correct closing of SNP protocol

2021-11-30 Thread Daniel Kiper
On Mon, Nov 29, 2021 at 04:00:27PM +0100, Heinrich Schuchardt wrote: > In the context of the implementation of the EFI_LOAD_FILE2_PROTOCOL for > the initial ramdisk it was observed that opening the SNP protocol failed > (https://lists.gnu.org/archive/html/grub-devel/2021-10/msg00020.html). > This

[PATCH v2 0/2] efinet: correct closing of SNP protocol

2021-11-29 Thread Heinrich Schuchardt
In the context of the implementation of the EFI_LOAD_FILE2_PROTOCOL for the initial ramdisk it was observed that opening the SNP protocol failed (https://lists.gnu.org/archive/html/grub-devel/2021-10/msg00020.html). This is due to an incorrect call to CloseProtocol(). This is corrected in the