]> git.baikalelectronics.ru Git - kernel.git/commit
net: hns: fixes no syscon error when init mdio
authoryankejian <yankejian@huawei.com>
Wed, 13 Jan 2016 07:09:59 +0000 (15:09 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Jan 2016 19:40:03 +0000 (14:40 -0500)
commit6da085888b272b3226396f23d6e749eed34938e0
tree90d57803a4e5bbb6968fb42f4192530f827439d8
parent59a00d24c72d3d315ab1e09fc0123d5e2920fcd6
net: hns: fixes no syscon error when init mdio

As dtsi files use the normal naming conventions using '-' instead of '_'
inside of property names, the driver needs to update the phandle name
strings of the of_parse_phandle func.

Signed-off-by: Kejian Yan <yankejian@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns_mdio.c