ixp4xx: the missing phy_disconnect call has been added in upstream, remove that patch
[openwrt/svn-archive/archive.git] / target / linux / ixp4xx / patches-2.6.30 / 205-npe_driver_separate_phy_functions.patch
index d962658122aa64df51ed60f739569da111d0bcdb..53fa05e1b95df0b04bf22c6dd18e761af086d273 100644 (file)
        if ((err = register_netdev(dev)))
                goto err_phy_dis;
  
-@@ -1247,7 +1281,7 @@ static int __devexit eth_remove_one(stru
-       struct net_device *dev = platform_get_drvdata(pdev);
-       struct port *port = netdev_priv(dev);
+@@ -1230,7 +1264,7 @@ static int __devinit eth_init_one(struct
+       return 0;
  
+ err_phy_dis:
 -      phy_disconnect(port->phydev);
 +      ixp4xx_phy_disconnect(dev);
+ err_free_mem:
+       npe_port_tab[NPE_ID(port->id)] = NULL;
+       platform_set_drvdata(pdev, NULL);
+@@ -1248,7 +1282,7 @@ static int __devexit eth_remove_one(stru
+       struct port *port = netdev_priv(dev);
        unregister_netdev(dev);
-       phy_disconnect(port->phydev);
+-      phy_disconnect(port->phydev);
++      ixp4xx_phy_disconnect(dev);
        npe_port_tab[NPE_ID(port->id)] = NULL;
+       platform_set_drvdata(pdev, NULL);
+       npe_release(port->npe);