projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: add helper function to setup LED pin and GPIO on the AP91 based boards
[openwrt.git]
/
target
/
linux
/
ixp4xx
/
patches-2.6.32
/
205-npe_driver_separate_phy_functions.patch
diff --git
a/target/linux/ixp4xx/patches-2.6.32/205-npe_driver_separate_phy_functions.patch
b/target/linux/ixp4xx/patches-2.6.32/205-npe_driver_separate_phy_functions.patch
index
b9835a0
..
9b8faeb
100644
(file)
--- a/
target/linux/ixp4xx/patches-2.6.32/205-npe_driver_separate_phy_functions.patch
+++ b/
target/linux/ixp4xx/patches-2.6.32/205-npe_driver_separate_phy_functions.patch
@@
-104,7
+104,7
@@
err_phy_dis:
- phy_disconnect(port->phydev);
-+ ixp4xx_phy_disconnect(
port->phy
dev);
++ ixp4xx_phy_disconnect(dev);
err_free_mem:
npe_port_tab[NPE_ID(port->id)] = NULL;
platform_set_drvdata(pdev, NULL);
This page took
0.024211 seconds
and
4
git commands to generate.