diff options
Diffstat (limited to 'drivers/mmc/host/mxcmmc.c')
-rw-r--r-- | drivers/mmc/host/mxcmmc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/mxcmmc.c b/drivers/mmc/host/mxcmmc.c index 2b9f7c856700..4428594261c5 100644 --- a/drivers/mmc/host/mxcmmc.c +++ b/drivers/mmc/host/mxcmmc.c | |||
@@ -967,7 +967,6 @@ static int mxcmci_remove(struct platform_device *pdev) | |||
967 | clk_put(host->clk); | 967 | clk_put(host->clk); |
968 | 968 | ||
969 | release_mem_region(host->res->start, resource_size(host->res)); | 969 | release_mem_region(host->res->start, resource_size(host->res)); |
970 | release_resource(host->res); | ||
971 | 970 | ||
972 | mmc_free_host(mmc); | 971 | mmc_free_host(mmc); |
973 | 972 | ||