mmc: s3cmci: fix s3c2410_dma_config() arguments.
commit6769955ea22351e50ff974c34acd8004e7867cb8
authorBen Dooks <ben@simtec.co.uk>
Thu, 12 Mar 2009 21:31:33 +0000 (12 14:31 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 17 Mar 2009 00:32:20 +0000 (16 17:32 -0700)
treecddddc21cc977b42ab040433944a27a9c4cbd5e9
parenteb7a5de8c9ca3e88744ca2623c421d46224473ed
mmc: s3cmci: fix s3c2410_dma_config() arguments.

commit 7c48ed3383bfb2106694807361ec187fe8a4333d upstream.

The s3cmci driver is calling s3c2410_dma_config with incorrect data for
the DCON register.  The S3C2410_DCON_HWTRIG is implicit in the channel
configuration and the device selection of S3C2410_DCON_CH0_SDI is
incorrect as the DMA system may not select channel 0.

Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Acked-by: Pierre Ossman <drzeus@drzeus.cx>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/mmc/host/s3cmci.c