diff options
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/s3cmci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c index 2e7da8e853cf..4eb4f37544ab 100644 --- a/drivers/mmc/host/s3cmci.c +++ b/drivers/mmc/host/s3cmci.c | |||
@@ -790,7 +790,7 @@ static void s3cmci_dma_setup(struct s3cmci_host *host, | |||
790 | 790 | ||
791 | last_source = source; | 791 | last_source = source; |
792 | 792 | ||
793 | s3c2410_dma_devconfig(host->dma, source, 3, | 793 | s3c2410_dma_devconfig(host->dma, source, |
794 | host->mem->start + host->sdidata); | 794 | host->mem->start + host->sdidata); |
795 | 795 | ||
796 | if (!setup_ok) { | 796 | if (!setup_ok) { |