Re: [PATCH] net: cpsw: fix probe with fixed-link

2018-02-15 Thread Sascha Hauer
Hi Andreas, On Tue, Feb 13, 2018 at 10:48:16PM +0100, Andreas Schmidt wrote: > If cpsw slave is set to fixed-link cpsw probe still try to probe and use > a phy. This patch fix cpsw probe in case of fixed-link. > > Signed-off-by: Andreas Schmidt > --- > drivers/net/cpsw.c | 41 ++

[PATCH] net: cpsw: fix probe with fixed-link

2018-02-13 Thread Andreas Schmidt
If cpsw slave is set to fixed-link cpsw probe still try to probe and use a phy. This patch fix cpsw probe in case of fixed-link. Signed-off-by: Andreas Schmidt --- drivers/net/cpsw.c | 41 +++-- 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/d