drivers: net: cpsw: fix dt probe for one port ethernet
authorMugunthan V N <mugunthanvnm@ti.com>
Mon, 2 Dec 2013 07:23:39 +0000 (12:53 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Dec 2013 21:55:30 +0000 (16:55 -0500)
commit3a27bfac17fe375539c4e0a53478679645eb5ae2
treee43849454715baa752f69abbe2e0fb956f70ec4b
parent8496e85c20e7836b3dec97780e40f420a3ae2801
drivers: net: cpsw: fix dt probe for one port ethernet

When only one port of the two port is pinned out, then dt probe is failing
because second port phy is not found. fixing this by checking the number of
slaves and breaking the loop.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/cpsw.c