diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-05-18 17:32:29 +0200 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-18 17:32:29 +0200 |
commit | bcb8a0d6f5e73c61a5290b4faaaa48dfa629e6b0 (patch) | |
tree | 6a4345fe0f908d60f52085b97818be705c62af8e /drivers/mmc/host/s3cmci.c | |
parent | [ARM] S3C64XX: Use common watchdog reset for system reset. (diff) | |
parent | [ARM] S3C64XX: Lower severity of DMA logging (diff) | |
download | linux-bcb8a0d6f5e73c61a5290b4faaaa48dfa629e6b0.tar.xz linux-bcb8a0d6f5e73c61a5290b4faaaa48dfa629e6b0.zip |
[ARM] S3C: Merge next-s3c64xx-dma2 into for-rmk-devel
Merge branch 'next-s3c64xx-dma2' into for-rmk-devel
Conflicts:
arch/arm/plat-s3c64xx/Makefile
Diffstat (limited to 'drivers/mmc/host/s3cmci.c')
-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 2db166b7096f..889f35047a52 100644 --- a/drivers/mmc/host/s3cmci.c +++ b/drivers/mmc/host/s3cmci.c @@ -789,7 +789,7 @@ static void s3cmci_dma_setup(struct s3cmci_host *host, last_source = source; - s3c2410_dma_devconfig(host->dma, source, 3, + s3c2410_dma_devconfig(host->dma, source, host->mem->start + host->sdidata); if (!setup_ok) { |