MMC: DMA free fix for S3C24XX SD/MMC driver
[safe/jmp/linux-2.6] / drivers / mmc / host / s3cmci.c
index 4db5bd7..6070f36 100644 (file)
@@ -1254,6 +1254,7 @@ static int __devexit s3cmci_remove(struct platform_device *pdev)
        clk_put(host->clk);
 
        tasklet_disable(&host->pio_tasklet);
+       s3c2410_dma_free(S3CMCI_DMA, &s3cmci_dma_client);
 
        free_irq(host->irq_cd, host);
        free_irq(host->irq, host);