summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/sdhci-tegra.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c
index 6d785ddc12fd..12941bcbc057 100644
--- a/drivers/mmc/host/sdhci-tegra.c
+++ b/drivers/mmc/host/sdhci-tegra.c
@@ -1355,7 +1355,6 @@ err_cd_req:
if (gpio_is_valid(plat->power_gpio))
gpio_free(plat->power_gpio);
err_power_req:
- kfree(tegra_host);
err_no_plat:
sdhci_pltfm_free(pdev);
return rc;
@@ -1401,7 +1400,6 @@ static int __devexit sdhci_tegra_remove(struct platform_device *pdev)
clk_put(pltfm_host->clk);
sdhci_pltfm_free(pdev);
- kfree(tegra_host);
return 0;
}