Title: [7867] trunk/drivers/mmc/host/bfin_sdh.c: change the place of mmc_remove_host
Revision
7867
Author
cliff
Date
2009-11-24 20:47:14 -0500 (Tue, 24 Nov 2009)

Log Message

change the place of mmc_remove_host 

Modified Paths


Diff

Modified: trunk/drivers/mmc/host/bfin_sdh.c (7866 => 7867)


--- trunk/drivers/mmc/host/bfin_sdh.c	2009-11-25 01:42:43 UTC (rev 7866)
+++ trunk/drivers/mmc/host/bfin_sdh.c	2009-11-25 01:47:14 UTC (rev 7867)
@@ -525,8 +525,8 @@
 
 out4:
 	free_irq(host->irq, host);
+out3:
 	mmc_remove_host(mmc);
-out3:
 	dma_free_coherent(&pdev->dev, PAGE_SIZE, host->sg_cpu, host->sg_dma);
 out2:
 	free_dma(host->dma_ch);
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to