Re: [U-Boot] [PATCH 04/23] efi_loader: rework efi_locate_handle

2017-08-31 Thread Simon Glass
Hi Heinrich, On 27 August 2017 at 06:51, Heinrich Schuchardt wrote: > Check the parameters in efi_locate_handle. > > Use list_for_each_entry instead of list_for_each. > > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_loader/efi_boottime.c | 42 +++--- >

[U-Boot] [PATCH 04/23] efi_loader: rework efi_locate_handle

2017-08-26 Thread Heinrich Schuchardt
Check the parameters in efi_locate_handle. Use list_for_each_entry instead of list_for_each. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_boottime.c | 42 +++--- 1 file changed, 31 insertions(+), 11 deletions(-) diff --git a/lib/efi_loader/efi_b