diff options
Diffstat (limited to 'drivers/mmc/host/tmio_mmc_dma.c')
-rw-r--r-- | drivers/mmc/host/tmio_mmc_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/tmio_mmc_dma.c b/drivers/mmc/host/tmio_mmc_dma.c index 65edb4a62452..03e7b280cb4c 100644 --- a/drivers/mmc/host/tmio_mmc_dma.c +++ b/drivers/mmc/host/tmio_mmc_dma.c | |||
@@ -293,7 +293,7 @@ void tmio_mmc_request_dma(struct tmio_mmc_host *host, struct tmio_mmc_data *pdat | |||
293 | if (pdata->dma->chan_priv_tx) | 293 | if (pdata->dma->chan_priv_tx) |
294 | cfg.slave_id = pdata->dma->slave_id_tx; | 294 | cfg.slave_id = pdata->dma->slave_id_tx; |
295 | cfg.direction = DMA_MEM_TO_DEV; | 295 | cfg.direction = DMA_MEM_TO_DEV; |
296 | cfg.dst_addr = res->start + (CTL_SD_DATA_PORT << host->bus_shift); | 296 | cfg.dst_addr = res->start + (CTL_SD_DATA_PORT << host->pdata->bus_shift); |
297 | cfg.src_addr = 0; | 297 | cfg.src_addr = 0; |
298 | ret = dmaengine_slave_config(host->chan_tx, &cfg); | 298 | ret = dmaengine_slave_config(host->chan_tx, &cfg); |
299 | if (ret < 0) | 299 | if (ret < 0) |