From: Ben Dooks Date: Thu, 12 Mar 2009 21:31:33 +0000 (-0700) Subject: mmc: s3cmci: fix s3c2410_dma_config() arguments. X-Git-Tag: v2.6.27.20~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc0e461f5446621c2d4b872cf58a6ad329286ba9;p=pandora-kernel.git 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 Acked-by: Pierre Ossman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed