aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2009-02-07 11:26:44 +0000
committerAndy Green <agreen@octopus.localdomain>2009-02-07 11:26:44 +0000
commit8bcc67dbbbd75528c8ac41ba60c84b3746530021 (patch)
tree731cbd1e4b6f28137e7b30c883de2dfaabb1c0b7 /drivers/mmc
parent426a3c2f71b5e57e90693a515bba3d7abd73d9c5 (diff)
tracking-2.6.29-rc3-s3cmci-dma-change.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/s3cmci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c
index 92323ea8540..b035c244596 100644
--- a/drivers/mmc/host/s3cmci.c
+++ b/drivers/mmc/host/s3cmci.c
@@ -809,7 +809,7 @@ static void s3cmci_dma_setup(struct s3cmci_host *host,
host->mem->start + host->sdidata);
if (!setup_ok) {
- s3c2410_dma_config(host->dma, 4, 0);
+ s3c2410_dma_config(host->dma, 4);
s3c2410_dma_set_buffdone_fn(host->dma,
s3cmci_dma_done_callback);
s3c2410_dma_setflags(host->dma, S3C2410_DMAF_AUTOSTART);