Re: [PATCH 1/1] efi_loader: avoid using HandleProtocol in helloworld.efi

2023-04-04 Thread Ilias Apalodimas
On Tue, Apr 04, 2023 at 07:17:48AM +0200, Heinrich Schuchardt wrote: > HandleProtocol() is deprecated and leaves an OpenedProtocolInformation > behind. Use OpenProtocol(GET_PROTOCOL) instead. > > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_loader/helloworld.c | 13 - > 1 file c

[PATCH 1/1] efi_loader: avoid using HandleProtocol in helloworld.efi

2023-04-03 Thread Heinrich Schuchardt
HandleProtocol() is deprecated and leaves an OpenedProtocolInformation behind. Use OpenProtocol(GET_PROTOCOL) instead. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/helloworld.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/lib/efi_loader/helloworld.c