ixp4xx: remove bogus 'eth%d: MII PHY x on NPE-x' messages
[openwrt/svn-archive/archive.git] / target / linux / ixp4xx / patches-2.6.30 / 204-npe_driver_add_missing_phy_disconnect.patch
index 8ed192ae11b0ab0c096fe3ccd5eaac09c9487e9e..6663733db050ec64042cb76cf603aaec469ae689 100644 (file)
@@ -1,10 +1,10 @@
 --- a/drivers/net/arm/ixp4xx_eth.c
 +++ b/drivers/net/arm/ixp4xx_eth.c
-@@ -1245,6 +1245,7 @@ static int __devexit eth_remove_one(stru
+@@ -1247,6 +1247,7 @@ static int __devexit eth_remove_one(stru
        struct net_device *dev = platform_get_drvdata(pdev);
        struct port *port = netdev_priv(dev);
  
 +      phy_disconnect(port->phydev);
        unregister_netdev(dev);
+       phy_disconnect(port->phydev);
        npe_port_tab[NPE_ID(port->id)] = NULL;
-       platform_set_drvdata(pdev, NULL);