Re: [U-Boot] [PATCH 3/3] microblaze: bootm: Fix compiler warning

2018-02-12 Thread Michal Simek
On 12.2.2018 15:46, Tom Rini wrote: > On Mon, Feb 12, 2018 at 05:54:37PM +0800, Bin Meng wrote: > >> Fix build warning in arch/microblaze/lib/bootm.c with gcc 7.3.0: >> >> warning: this 'if' clause does not guard... [-Wmisleading-indentation] >> >> Signed-off-by: Bin Meng >

Re: [U-Boot] [PATCH 3/3] microblaze: bootm: Fix compiler warning

2018-02-12 Thread Tom Rini
On Mon, Feb 12, 2018 at 05:54:37PM +0800, Bin Meng wrote: > Fix build warning in arch/microblaze/lib/bootm.c with gcc 7.3.0: > > warning: this 'if' clause does not guard... [-Wmisleading-indentation] > > Signed-off-by: Bin Meng Reviewed-by: Tom Rini

[U-Boot] [PATCH 3/3] microblaze: bootm: Fix compiler warning

2018-02-12 Thread Bin Meng
Fix build warning in arch/microblaze/lib/bootm.c with gcc 7.3.0: warning: this 'if' clause does not guard... [-Wmisleading-indentation] Signed-off-by: Bin Meng --- arch/microblaze/lib/bootm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git