Netdev List
 help / color / mirror / Atom feed
* [PATCH] net: phy: smsc: Fix config_init typo
@ 2012-12-07  1:16 Patrick Trantham
  0 siblings, 0 replies; only message in thread
From: Patrick Trantham @ 2012-12-07  1:16 UTC (permalink / raw)
  To: David S. Miller
  Cc: Patrick Trantham, Otavio Salvador, Jiri Kosina, netdev,
	linux-kernel, Cong Ding

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

Signed-off-by: Patrick Trantham <patrick.trantham@fuel7.com>
---
 drivers/net/phy/smsc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/phy/smsc.c b/drivers/net/phy/smsc.c
index 16dceed..eb3e08a 100644
--- a/drivers/net/phy/smsc.c
+++ b/drivers/net/phy/smsc.c
@@ -205,7 +205,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,
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-07  1:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-07  1:16 [PATCH] net: phy: smsc: Fix config_init typo Patrick Trantham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox