mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ixp4xx: use the right parameter for ixp4xx_phy_disconnect
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22651 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user