提交 4257d583 编写于 作者: P Patrick Trantham 提交者: David S. Miller

net: phy: smsc: Fix config_init typo

Correct a mistake made in the previous commit due to reckless
copy-and-pasting.
Signed-off-by: NPatrick Trantham <patrick.trantham@fuel7.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 1dd06ae8
...@@ -229,7 +229,7 @@ static struct phy_driver smsc_phy_driver[] = { ...@@ -229,7 +229,7 @@ static struct phy_driver smsc_phy_driver[] = {
/* basic functions */ /* basic functions */
.config_aneg = genphy_config_aneg, .config_aneg = genphy_config_aneg,
.read_status = lan87xx_read_status, .read_status = lan87xx_read_status,
.config_intr = smsc_phy_config_intr, .config_init = smsc_phy_config_init,
/* IRQ related */ /* IRQ related */
.ack_interrupt = smsc_phy_ack_interrupt, .ack_interrupt = smsc_phy_ack_interrupt,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册