projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dd06ae
)
net: phy: smsc: Fix config_init typo
author
Patrick Trantham
<patrick.trantham@fuel7.com>
Thu, 6 Dec 2012 15:16:02 +0000
(15:16 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 7 Dec 2012 19:26:15 +0000
(14:26 -0500)
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>
drivers/net/phy/smsc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/phy/smsc.c
b/drivers/net/phy/smsc.c
index ef883e3048c0a4af0753aefbedb31684c505a2c9..11f34813e23fb5423ccf90cf9d25e208ed2275f3 100644
(file)
--- a/
drivers/net/phy/smsc.c
+++ b/
drivers/net/phy/smsc.c
@@
-229,7
+229,7
@@
static struct phy_driver smsc_phy_driver[] = {
/* basic functions */
.config_aneg = genphy_config_aneg,
.read_status = lan87xx_read_status,
- .config_in
tr = smsc_phy_config_intr
,
+ .config_in
it = smsc_phy_config_init
,
/* IRQ related */
.ack_interrupt = smsc_phy_ack_interrupt,