]> git.baikalelectronics.ru Git - kernel.git/commit
net: socionext: Fix error return code in netsec_netdev_open()
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 11 Jan 2018 11:21:38 +0000 (11:21 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Jan 2018 18:54:58 +0000 (13:54 -0500)
commit6a5170ece19dfb12ee4427c18b08469f4972963d
tree6a7c9138fb34a7a4d1822e382b2258cddccfe9ee
parentf2011c2c34c9ce262885387484fcc5d78633b8a0
net: socionext: Fix error return code in netsec_netdev_open()

Fix to return error code -ENODEV from the of_phy_connect() error
handling case instead of 0, as done elsewhere in this function.

Fixes: 0d326cdbc883 ("net: socionext: Add Synquacer NetSec driver")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/socionext/netsec.c