diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mmc/host/msm_sdcc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/msm_sdcc.c b/drivers/mmc/host/msm_sdcc.c index f4f7883271f0..02bec7c739e0 100644 --- a/drivers/mmc/host/msm_sdcc.c +++ b/drivers/mmc/host/msm_sdcc.c | |||
@@ -299,6 +299,7 @@ static int msmsdcc_config_dma(struct msmsdcc_host *host, struct mmc_data *data) | |||
299 | host->dma.hdr.cmdptr = DMOV_CMD_PTR_LIST | | 299 | host->dma.hdr.cmdptr = DMOV_CMD_PTR_LIST | |
300 | DMOV_CMD_ADDR(host->dma.cmdptr_busaddr); | 300 | DMOV_CMD_ADDR(host->dma.cmdptr_busaddr); |
301 | host->dma.hdr.complete_func = msmsdcc_dma_complete_func; | 301 | host->dma.hdr.complete_func = msmsdcc_dma_complete_func; |
302 | host->dma.hdr.execute_func = NULL; | ||
302 | 303 | ||
303 | return 0; | 304 | return 0; |
304 | } | 305 | } |