Re: [U-Boot] [PATCH 2/2] [v2] net: abort network initialization if the PHY driver fails

2012-07-09 Thread Marek Vasut
Dear Timur Tabi, > Now that phy_startup() can return an actual error code, check for that > error code and abort network initialization if the PHY fails. > > Signed-off-by: Timur Tabi > --- > drivers/net/fec_mxc.c |7 ++- > drivers/net/fm/eth.c |9 - > drive

Re: [U-Boot] [PATCH 2/2] [v2] net: abort network initialization if the PHY driver fails

2012-07-09 Thread Stephan Linz
Hi Timur, Am Freitag, den 06.07.2012, 13:35 -0500 schrieb Timur Tabi: > Now that phy_startup() can return an actual error code, check for that error > code and abort network initialization if the PHY fails. > > Signed-off-by: Timur Tabi > --- > drivers/net/fec_mxc.c |7 ++- > d

Re: [U-Boot] [PATCH 2/2] [v2] net: abort network initialization if the PHY driver fails

2012-07-06 Thread Timur Tabi
Wolfgang Denk wrote: > Blank line after variable declarations, please. Oops. I'll wait to see if there are any other comments before I respin. -- Timur Tabi Linux kernel developer at Freescale ___ U-Boot mailing list U-Boot@lists.denx.de http://lists

Re: [U-Boot] [PATCH 2/2] [v2] net: abort network initialization if the PHY driver fails

2012-07-06 Thread Wolfgang Denk
Dear Timur Tabi, In message <1341599739-17812-1-git-send-email-ti...@freescale.com> you wrote: > Now that phy_startup() can return an actual error code, check for that error > code and abort network initialization if the PHY fails. ... > if (fec->phydev) { > /* Start up the PHY

[U-Boot] [PATCH 2/2] [v2] net: abort network initialization if the PHY driver fails

2012-07-06 Thread Timur Tabi
Now that phy_startup() can return an actual error code, check for that error code and abort network initialization if the PHY fails. Signed-off-by: Timur Tabi --- drivers/net/fec_mxc.c |7 ++- drivers/net/fm/eth.c |9 - drivers/net/sh_eth.c |6 ++