[U-Boot] [PATCH 1/1] efi_loader: efi_dp_get_next_instance() superfluous statemt

2018-08-06 Thread Heinrich Schuchardt
Remove a superfluous statement in efi_dp_get_next_instance(). p is reassigned a value before the old one is used. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_device_path.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/efi_loader/efi_device_path.c

[U-Boot] [PATCH 1/1] efi_loader: efi_dp_get_next_instance() superfluous statemt

2018-08-06 Thread Heinrich Schuchardt
Remove a superfluous statement in efi_dp_get_next_instance(). p is reassigned a value before the old one is used. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_device_path.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/efi_loader/efi_device_path.c