mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-18 15:25:29 +08:00
Merge branch 'master' of https://github.com/coolsnowwolf/lede
This commit is contained in:
commit
3cd0262cd0
@ -2284,7 +2284,7 @@ static int msdc_drv_probe(struct platform_device *pdev)
|
|||||||
host->mrq = NULL;
|
host->mrq = NULL;
|
||||||
//init_MUTEX(&host->sem); /* we don't need to support multiple threads access */
|
//init_MUTEX(&host->sem); /* we don't need to support multiple threads access */
|
||||||
|
|
||||||
mmc_dev(mmc)->dma_mask = NULL;
|
dma_coerce_mask_and_coherent(mmc_dev(mmc), DMA_BIT_MASK(32));
|
||||||
|
|
||||||
/* using dma_alloc_coherent*/ /* todo: using 1, for all 4 slots */
|
/* using dma_alloc_coherent*/ /* todo: using 1, for all 4 slots */
|
||||||
host->dma.gpd = dma_alloc_coherent(&pdev->dev,
|
host->dma.gpd = dma_alloc_coherent(&pdev->dev,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user