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

2021-11-23 Thread Daniel Kiper
First of all, sorry for late reply but I am busy... On Wed, Oct 06, 2021 at 10:30:42AM +0200, 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/arc

[PATCH 1/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(). The first parameter of ClosePro