projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03347e2
)
s3cmci: fix dma configuration call
author
Ben Dooks
<ben-linux@fluff.org>
Thu, 4 Jun 2009 17:00:25 +0000
(18:00 +0100)
committer
Ben Dooks
<ben-linux@fluff.org>
Mon, 15 Jun 2009 21:29:31 +0000
(22:29 +0100)
This was missed in the DMA changes during the s3c24xx
updates in commit
8970ef47d56fd3db28ee798b9d400caf08abd924
.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
drivers/mmc/host/s3cmci.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/host/s3cmci.c
b/drivers/mmc/host/s3cmci.c
index 4eb4f37544ab5c37a426393a9e614d4eca4e27a8..8c08cd7efa7f1a9073e6a80bba0dc8696632b2ce 100644
(file)
--- a/
drivers/mmc/host/s3cmci.c
+++ b/
drivers/mmc/host/s3cmci.c
@@
-794,7
+794,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);