Re: [U-Boot] [PATCH v3 03/14] net: gem: Do not continue if phy is not found

2015-12-03 Thread Jagan Teki
On 3 December 2015 at 20:17, Michal Simek wrote: > Add return value for phy detection algorithm to stop init function when > phy is not found. > > Signed-off-by: Michal Simek > --- Reviewed-by: Jagan Teki thanks! -- Jagan. ___ U-Boot mailing list U-

[U-Boot] [PATCH v3 03/14] net: gem: Do not continue if phy is not found

2015-12-03 Thread Michal Simek
Add return value for phy detection algorithm to stop init function when phy is not found. Signed-off-by: Michal Simek --- Changes in v3: None Changes in v2: None drivers/net/zynq_gem.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/drivers/net/zynq_gem.c b/