projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[realview] update to kernel 3.0
[openwrt.git]
/
target
/
linux
/
ar71xx
/
files
/
drivers
/
net
/
ag71xx
/
ag71xx_phy.c
diff --git
a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_phy.c
b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_phy.c
index
eada693
..
7550027
100644
(file)
--- a/
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_phy.c
+++ b/
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_phy.c
@@
-48,9
+48,9
@@
void ag71xx_phy_start(struct ag71xx *ag)
if (ag->phy_dev) {
phy_start(ag->phy_dev);
if (ag->phy_dev) {
phy_start(ag->phy_dev);
+ } else if (pdata->has_ar7240_switch) {
+ ag71xx_ar7240_start(ag);
} else {
} else {
- if (pdata->has_ar7240_switch)
- ag71xx_ar7240_start(ag);
ag->link = 1;
ag71xx_link_adjust(ag);
}
ag->link = 1;
ag71xx_link_adjust(ag);
}
@@
-190,7
+190,7
@@
static struct mii_bus *dev_to_mii_bus(struct device *dev)
return NULL;
}
return NULL;
}
-int ag71xx_phy_connect(struct ag71xx *ag)
+int
__devinit
ag71xx_phy_connect(struct ag71xx *ag)
{
struct ag71xx_platform_data *pdata = ag71xx_get_pdata(ag);
{
struct ag71xx_platform_data *pdata = ag71xx_get_pdata(ag);
This page took
0.028792 seconds
and
4
git commands to generate.