From: Heiko Stuebner Date: Tue, 7 Aug 2012 10:12:05 +0000 (+0900) Subject: ARM: S3C24XX: Fix s3c2410_dma_enqueue parameters X-Git-Tag: v3.2.30~134 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccd2951d12243c68b49654b14d54af7821c5eeaa;p=pandora-kernel.git ARM: S3C24XX: Fix s3c2410_dma_enqueue parameters commit b01858c7806e7e6f6121da2e51c9222fc4d21dc6 upstream. Commit d670ac019f60 (ARM: SAMSUNG: DMA Cleanup as per sparse) changed the prototype of the s3c2410_dma_* functions to use the enum dma_ch instead of an generic unsigned int. In the s3c24xx dma.c s3c2410_dma_enqueue seems to have been forgotten, the other functions there were changed correctly. Signed-off-by: Heiko Stuebner Signed-off-by: Kukjin Kim Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed