Re: [U-Boot] [PATCH v3 03/16] efi_selftest: do not try to close device path protocol

2018-01-16 Thread Simon Glass
On 10 January 2018 at 23:15, Heinrich Schuchardt wrote: > CloseProtocol cannot be called without agent handle. > > There is no need to close the device path protocol if > it has been opened without agent handle. > > Signed-off-by: Heinrich Schuchardt > --- > v3 > no change > v2 >

[U-Boot] [PATCH v3 03/16] efi_selftest: do not try to close device path protocol

2018-01-10 Thread Heinrich Schuchardt
CloseProtocol cannot be called without agent handle. There is no need to close the device path protocol if it has been opened without agent handle. Signed-off-by: Heinrich Schuchardt --- v3 no change v2 no change --- lib/efi_selftest/efi_selftest_devicepath.c | 8 1 fil