Commit 4257d583 authored by Patrick Trantham's avatar Patrick Trantham Committed by 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: default avatarPatrick Trantham <patrick.trantham@fuel7.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1dd06ae8
......@@ -229,7 +229,7 @@ static struct phy_driver smsc_phy_driver[] = {
/* basic functions */
.config_aneg = genphy_config_aneg,
.read_status = lan87xx_read_status,
.config_intr = smsc_phy_config_intr,
.config_init = smsc_phy_config_init,
/* IRQ related */
.ack_interrupt = smsc_phy_ack_interrupt,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment