Re: [PATCH -next] net: ethernet: nb8800: fix error return code in nb8800_open()

2016-10-17 Thread David Miller
From: Wei Yongjun Date: Mon, 17 Oct 2016 15:31:58 + > From: Wei Yongjun > > Fix to return error code -ENODEV from the of_phy_connect() error > handling case instead of 0, as done elsewhere in this function. > > Signed-off-by: Wei Yongjun Applied.

Re: [PATCH -next] net: ethernet: nb8800: fix error return code in nb8800_open()

2016-10-17 Thread Måns Rullgård
Wei Yongjun writes: > From: Wei Yongjun > > Fix to return error code -ENODEV from the of_phy_connect() error > handling case instead of 0, as done elsewhere in this function. > > Signed-off-by: Wei Yongjun Acked-by: Mans Rullgard > --- > drivers/net/ethernet/aurora/nb8800.c | 4 +++- > 1 fi

[PATCH -next] net: ethernet: nb8800: fix error return code in nb8800_open()

2016-10-17 Thread Wei Yongjun
From: Wei Yongjun Fix to return error code -ENODEV from the of_phy_connect() error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun --- drivers/net/ethernet/aurora/nb8800.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/