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

2021-10-06 Thread Andreas Schwab
On Okt 06 2021, 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 is due to an incorrect cal

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

2021-10-06 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 firs