lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1354842963-28464-1-git-send-email-patrick.trantham@fuel7.com> Date: Thu, 6 Dec 2012 19:16:02 -0600 From: Patrick Trantham <patrick.trantham@...l7.com> To: "David S. Miller" <davem@...emloft.net> Cc: Patrick Trantham <patrick.trantham@...l7.com>, Otavio Salvador <otavio@...ystems.com.br>, Jiri Kosina <jkosina@...e.cz>, netdev@...r.kernel.org, linux-kernel@...r.kernel.org, Cong Ding <dinggnu@...il.com> Subject: [PATCH] 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@...l7.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 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists