Skip to content
Snippets Groups Projects
Commit 47a940de authored by Gabor Juhos's avatar Gabor Juhos
Browse files

ixp4xx: use the right parameter for ixp4xx_phy_disconnect

SVN-Revision: 22651
parent fb029983
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
......@@ -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);
......
......@@ -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);
......
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment