Commit 439aa0ef authored by Sascha Hauer's avatar Sascha Hauer Committed by Vinod Koul

mmc: mxcmmc: add missing dma_async_issue_pending

Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarVinod Koul <vinod.koul@linux.intel.com>
parent dcd6c922
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment