Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe9db6cb authored by Ben Dooks's avatar Ben Dooks Committed by Pierre Ossman
Browse files

s3cmci: fix dma configuration call



This was missed in the DMA changes during the s3c24xx
updates in commit 8970ef47.

Signed-off-by: default avatarBen Dooks <ben@simtec.co.uk>
Signed-off-by: default avatarPierre Ossman <pierre@ossman.eu>
parent f0bf7f61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);