Re: [U-Boot] [PATCH 3/3] mx35pdk: Fix error handling in board_late_init()

2013-09-27 Thread Stefano Babic
On 20/09/2013 21:30, Fabio Estevam wrote: > From: Fabio Estevam > > If smc911x_initialize() fails we should return the error immediately. > > While at it, also check the error from cpu_eth_init(). > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx (fix), thanks! Best regards, Stefa

Re: [U-Boot] [PATCH 3/3] mx35pdk: Fix error handling in board_late_init()

2013-09-23 Thread Stefano Babic
On 20/09/2013 21:30, Fabio Estevam wrote: > From: Fabio Estevam > > If smc911x_initialize() fails we should return the error immediately. > > While at it, also check the error from cpu_eth_init(). > > Signed-off-by: Fabio Estevam > --- > board/freescale/mx35pdk/mx35pdk.c | 10 -- > 1

[U-Boot] [PATCH 3/3] mx35pdk: Fix error handling in board_late_init()

2013-09-20 Thread Fabio Estevam
From: Fabio Estevam If smc911x_initialize() fails we should return the error immediately. While at it, also check the error from cpu_eth_init(). Signed-off-by: Fabio Estevam --- board/freescale/mx35pdk/mx35pdk.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/bo