From 55d80cb54430da8a4440e17b7a327368263a34cb Mon Sep 17 00:00:00 2001 From: juhosg Date: Sat, 14 Aug 2010 21:07:48 +0000 Subject: ixp4xx: use the right parameter for ixp4xx_phy_disconnect git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22651 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../ixp4xx/patches-2.6.33/205-npe_driver_separate_phy_functions.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ixp4xx/patches-2.6.33/205-npe_driver_separate_phy_functions.patch') 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 b9835a012..9b8faeb2c 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); -- cgit v1.2.3