net: phy: smsc: Fix config_init typo

Correct a mistake made in the previous commit due to reckless
copy-and-pasting.

Signed-off-by: Patrick Trantham <patrick.trantham@fuel7.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Patrick Trantham 2012-12-06 15:16:02 +00:00 committed by David S. Miller
parent 1dd06ae8db
commit 4257d5837e
1 changed files with 1 additions and 1 deletions

View File

@ -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,