aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/patches-2.6.34/205-npe_driver_separate_phy_functions.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-08-14 21:07:48 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-08-14 21:07:48 +0000
commit47a940def6308aca5db0c7d33dafbae87c5d044e (patch)
tree154e76137acff99b31e64c58f6f6fb4c3d50d333 /target/linux/ixp4xx/patches-2.6.34/205-npe_driver_separate_phy_functions.patch
parentfb029983ee40f07c2ec772abbd306c1fb8f8e40a (diff)
downloadupstream-47a940def6308aca5db0c7d33dafbae87c5d044e.tar.gz
upstream-47a940def6308aca5db0c7d33dafbae87c5d044e.tar.bz2
upstream-47a940def6308aca5db0c7d33dafbae87c5d044e.zip
ixp4xx: use the right parameter for ixp4xx_phy_disconnect
SVN-Revision: 22651
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.34/205-npe_driver_separate_phy_functions.patch')
-rw-r--r--target/linux/ixp4xx/patches-2.6.34/205-npe_driver_separate_phy_functions.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.34/205-npe_driver_separate_phy_functions.patch b/target/linux/ixp4xx/patches-2.6.34/205-npe_driver_separate_phy_functions.patch
index 20109f71d9..9aeee2dea2 100644
--- a/target/linux/ixp4xx/patches-2.6.34/205-npe_driver_separate_phy_functions.patch
+++ b/target/linux/ixp4xx/patches-2.6.34/205-npe_driver_separate_phy_functions.patch
@@ -104,7 +104,7 @@
err_phy_dis:
- phy_disconnect(port->phydev);
-+ ixp4xx_phy_disconnect(port->phydev);
++ ixp4xx_phy_disconnect(dev);
err_free_mem:
npe_port_tab[NPE_ID(port->id)] = NULL;
platform_set_drvdata(pdev, NULL);