Re: [U-Boot] [PATCH 01/13] efi_loader: efi_bootmgr: do not make hidden assignments

2017-11-08 Thread Heinrich Schuchardt
On 11/08/2017 04:27 PM, Alexander Graf wrote: On 11/01/2017 09:31 AM, Heinrich Schuchardt wrote: Assignments should not be made in the middle of nowhere. Signed-off-by: Heinrich Schuchardt ---   lib/efi_loader/efi_bootmgr.c | 4 ++--   1 file changed, 2 insertions(+), 2

[U-Boot] [PATCH 01/13] efi_loader: efi_bootmgr: do not make hidden assignments

2017-11-01 Thread Heinrich Schuchardt
Assignments should not be made in the middle of nowhere. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_bootmgr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/efi_loader/efi_bootmgr.c b/lib/efi_loader/efi_bootmgr.c index