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:
Родитель
1dd06ae8db
Коммит
4257d5837e
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче