projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bf2bbd
)
SolutionEngine7724: fix typo in Ether platform data
author
Sergei Shtylyov
<
[email protected]
>
Wed, 21 Aug 2013 22:18:30 +0000
(
02:18
+0400)
committer
David S. Miller
<
[email protected]
>
Thu, 22 Aug 2013 21:32:18 +0000
(14:32 -0700)
Commit
bd61224b1cbec096694e89c4187119c8576fe186
(SolutionEngine7724: fix Ether
support) has a typo in the 'phy_interface' field name of the platform data which
causes build error -- fix it.
Signed-off-by: Sergei Shtylyov <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
arch/sh/boards/mach-se/7724/setup.c
patch
|
blob
|
history
diff --git
a/arch/sh/boards/mach-se/7724/setup.c
b/arch/sh/boards/mach-se/7724/setup.c
index e96e053f260935d383d26d14420f0f4ade724eff..21e4230659a57d978ac7631016ca42adf1ddc795 100644
(file)
--- a/
arch/sh/boards/mach-se/7724/setup.c
+++ b/
arch/sh/boards/mach-se/7724/setup.c
@@
-377,7
+377,7
@@
static struct resource sh_eth_resources[] = {
static struct sh_eth_plat_data sh_eth_plat = {
.phy = 0x1f, /* SMSC LAN8187 */
.edmac_endian = EDMAC_LITTLE_ENDIAN,
- .phy_interace = PHY_INTERFACE_MODE_MII,
+ .phy_inter
f
ace = PHY_INTERFACE_MODE_MII,
};
static struct platform_device sh_eth_device = {