aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx
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
commit59afd77d33bc8832f9fbd6a59f6ebf1560c72d4e (patch)
tree22f62083ec9001aab634a078619bb2db062bc0b7 /target/linux/ixp4xx
parent0cffb6ab4223c5b26a53302eb4ecf104e9508c56 (diff)
downloadupstream-59afd77d33bc8832f9fbd6a59f6ebf1560c72d4e.tar.gz
upstream-59afd77d33bc8832f9fbd6a59f6ebf1560c72d4e.tar.bz2
upstream-59afd77d33bc8832f9fbd6a59f6ebf1560c72d4e.zip
ixp4xx: use the right parameter for ixp4xx_phy_disconnect
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22651 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx')
-rw-r--r--target/linux/ixp4xx/patches-2.6.32/205-npe_driver_separate_phy_functions.patch2
-rw-r--r--target/linux/ixp4xx/patches-2.6.33/205-npe_driver_separate_phy_functions.patch2
-rw-r--r--target/linux/ixp4xx/patches-2.6.34/205-npe_driver_separate_phy_functions.patch2
-rw-r--r--target/linux/ixp4xx/patches-2.6.35/205-npe_driver_separate_phy_functions.patch2
4 files changed, 4 insertions, 4 deletions
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 b9835a012b..9b8faeb2c5 100644
--- 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->phydev);
++ ixp4xx_phy_disconnect(dev);
err_free_mem:
npe_port_tab[NPE_ID(port->id)] = NULL;
platform_set_drvdata(pdev, NULL);
diff --git a/target/linux/ixp4xx/patches-2.6.33/205-npe_driver_separate_phy_functions.patch b/target/linux/ixp4xx/patches-2.6.33/205-npe_driver_separate_phy_functions.patch
index b9835a012b..9b8faeb2c5 100644
--- a/target/linux/ixp4xx/patches-2.6.33/205-npe_driver_separate_phy_functions.patch
+++ b/target/linux/ixp4xx/patches-2.6.33/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);
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);
diff --git a/target/linux/ixp4xx/patches-2.6.35/205-npe_driver_separate_phy_functions.patch b/target/linux/ixp4xx/patches-2.6.35/205-npe_driver_separate_phy_functions.patch
index a4086ab1bc..140ebb731e 100644
--- a/target/linux/ixp4xx/patches-2.6.35/205-npe_driver_separate_phy_functions.patch
+++ b/target/linux/ixp4xx/patches-2.6.35/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);