From: Jassi Brar Date: Mon, 17 May 2010 01:35:29 +0000 (+0900) Subject: S3C: DMA: Change argument of s3c2410_dma_devconfig X-Git-Tag: v2.6.35-rc1~500^2~29^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14894b9b8317d9a337bba55998fdef1c9b2dc63d;p=pandora-kernel.git S3C: DMA: Change argument of s3c2410_dma_devconfig All other functions have the channel argument of type 'unsigned int' the s3c2410_dma_devconfig also accept the same value as argument but treat it as type 'int'. Remove this anomaly by make it 'unsigned int'. Signed-off-by: Jassi Brar Signed-off-by: Ben Dooks --- Reading git-diff-tree failed