浏览代码

mmc: mxcmmc: add missing dma_async_issue_pending

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Sascha Hauer 13 年之前
父节点
当前提交
439aa0efd7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/mmc/host/mxcmmc.c

+ 1 - 0
drivers/mmc/host/mxcmmc.c

@@ -267,6 +267,7 @@ static int mxcmci_setup_data(struct mxcmci_host *host, struct mmc_data *data)
 	wmb();
 
 	dmaengine_submit(host->desc);
+	dma_async_issue_pending(host->dma);
 
 	return 0;
 }