Skip to content

Commit

Permalink
s3cmci: fix dma configuration call
Browse files Browse the repository at this point in the history
This was missed in the DMA changes during the s3c24xx
updates in commit 8970ef4.

Signed-off-by: Ben Dooks <[email protected]>
Signed-off-by: Pierre Ossman <[email protected]>
  • Loading branch information
Ben Dooks authored and ossman committed Jun 21, 2009
1 parent f0bf7f6 commit fe9db6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/host/s3cmci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit fe9db6c

Please sign in to comment.