Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6

* 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6:
[ARM] pxamci: call mmc_remove_host() before freeing resources

+2 -2
+2 -2
drivers/mmc/host/pxamci.c
··· 760 760 if (mmc) { 761 761 struct pxamci_host *host = mmc_priv(mmc); 762 762 763 + mmc_remove_host(mmc); 764 + 763 765 if (host->pdata) { 764 766 gpio_cd = host->pdata->gpio_card_detect; 765 767 gpio_ro = host->pdata->gpio_card_ro; ··· 780 778 781 779 if (host->pdata && host->pdata->exit) 782 780 host->pdata->exit(&pdev->dev, mmc); 783 - 784 - mmc_remove_host(mmc); 785 781 786 782 pxamci_stop_clock(host); 787 783 writel(TXFIFO_WR_REQ|RXFIFO_RD_REQ|CLK_IS_OFF|STOP_CMD|