[U-Boot] [PATCH v3 02/16] efi_loader: simplify efi_remove_all_protocols

Simon Glass sjg at chromium.org
Tue Jan 16 14:56:41 UTC 2018


On 10 January 2018 at 23:15, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
> Replace list_for_each_safe() and list_entry() by
> list_for_each_entry_safe().
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> v3
>         no change
> v2
>         no change
> ---
>  lib/efi_loader/efi_boottime.c | 9 +++------
>  1 file changed, 3 insertions(+), 6 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list