diff options
| -rw-r--r-- | drivers/net/ethernet/ethoc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/ethoc.c b/drivers/net/ethernet/ethoc.c index 62fa136554ac..41b010645100 100644 --- a/drivers/net/ethernet/ethoc.c +++ b/drivers/net/ethernet/ethoc.c | |||
| @@ -1265,7 +1265,6 @@ static int ethoc_remove(struct platform_device *pdev) | |||
| 1265 | 1265 | ||
| 1266 | if (priv->mdio) { | 1266 | if (priv->mdio) { |
| 1267 | mdiobus_unregister(priv->mdio); | 1267 | mdiobus_unregister(priv->mdio); |
| 1268 | kfree(priv->mdio->irq); | ||
| 1269 | mdiobus_free(priv->mdio); | 1268 | mdiobus_free(priv->mdio); |
| 1270 | } | 1269 | } |
| 1271 | if (priv->clk) | 1270 | if (priv->clk) |
