Re: [U-Boot] [PATCH 01/12] ls2080aqds: eth: add missing braces

2016-11-16 Thread york sun
On 11/15/2016 04:52 PM, Andre Przywara wrote: > The whole error message should be within the else clause, not just > the first part. > Pointed out by GCC 6.2's -Wmisleading-indentation warning. > > Signed-off-by: Andre Przywara > --- > board/freescale/ls2080aqds/eth.c | 3 ++- > 1 file changed, 2

[U-Boot] [PATCH 01/12] ls2080aqds: eth: add missing braces

2016-11-15 Thread Andre Przywara
The whole error message should be within the else clause, not just the first part. Pointed out by GCC 6.2's -Wmisleading-indentation warning. Signed-off-by: Andre Przywara --- board/freescale/ls2080aqds/eth.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/board/freescale/l