commit | 2d0075b4a7b795bb6e6c4e392d36c023b0d0e858 | [log] [tgz] |
---|---|---|
author | Jian Shen <shenjian15@huawei.com> | Sun Apr 14 09:47:44 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 14 13:47:35 2019 -0700 |
tree | 8218d827a8f118c3757f9ca3e2ab26dfc1850793 | |
parent | c41e672d1e6a51b2b21a23ade4048b414ec76624 [diff] |
net: hns3: do not initialize MDIO bus when PHY is inexistent For some cases, PHY may not be connected to MDIO bus, then the driver will initialize fail since MDIO bus initialization fails. This patch fixes it by skipping the MDIO bus initialization when PHY is inexistent. Signed-off-by: Jian Shen <shenjian15@huawei.com> Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>