Re: [PATCH net-next] net: socionext: Fix error return code in netsec_netdev_open()

2018-01-11 Thread David Miller
From: Wei Yongjun Date: Thu, 11 Jan 2018 11:21:38 + > Fix to return error code -ENODEV from the of_phy_connect() error > handling case instead of 0, as done elsewhere in this function. > > Fixes: 533dd11a12f6 ("net: socionext: Add Synquacer NetSec driver") >

[PATCH net-next] net: socionext: Fix error return code in netsec_netdev_open()

2018-01-11 Thread 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. Fixes: 533dd11a12f6 ("net: socionext: Add Synquacer NetSec driver") Signed-off-by: Wei Yongjun --- drivers/net/ethernet/socionext/netsec.c | 1