Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4257d583 authored by Patrick Trantham's avatar Patrick Trantham Committed by David S. Miller
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,