Skip to content

Commit

Permalink
mmc: mxcmmc: add missing dma_async_issue_pending
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
  • Loading branch information
Sascha Hauer authored and Vinod Koul committed Jan 30, 2012
1 parent dcd6c92 commit 439aa0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mmc/host/mxcmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 439aa0e

Please sign in to comment.