aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorchaithrika@ti.com <chaithrika@ti.com>2009-06-17 01:28:54 +0000
committerDavid S. Miller <davem@davemloft.net>2009-06-18 00:29:08 -0700
commitab0a8e6c663047363e7436621b66c2ae575d2525 (patch)
tree338871af43c8d98b68af5b4e488d0e4c81e8e5c7 /drivers
parent31278e71471399beaff9280737e52b47db4dc345 (diff)
TI DaVinci EMAC : Fix rmmod error
clk_disable was called twice in the remove function. Correct this so that the driver module unloads without error. Signed-off-by: Chaithrika U S <chaithrika@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/davinci_emac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/davinci_emac.c b/drivers/net/davinci_emac.c
index 0e9b9f9632c..2df8fb0af70 100644
--- a/drivers/net/davinci_emac.c
+++ b/drivers/net/davinci_emac.c
@@ -2767,7 +2767,6 @@ static int __devexit davinci_emac_remove(struct platform_device *pdev)
dev_notice(&ndev->dev, "DaVinci EMAC: davinci_emac_remove()\n");
- clk_disable(emac_clk);
platform_set_drvdata(pdev, NULL);
res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
mdiobus_unregister(priv->mii_bus);