提交 c1e53551 编写于 作者: J Jerome Brunet 提交者: David S. Miller

net: phy: meson-gxl: use genphy_config_init

Use the generic init function to populate some of the phydev
structure fields
Reviewed-by: NAndrew Lunn <andrew@lunn.ch>
Signed-off-by: NJerome Brunet <jbrunet@baylibre.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 fdaa84c3
......@@ -147,7 +147,7 @@ static int meson_gxl_config_init(struct phy_device *phydev)
if (ret)
return ret;
return 0;
return genphy_config_init(phydev);
}
/* This function is provided to cope with the possible failures of this phy
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册