]> git.baikalelectronics.ru Git - kernel.git/commit
S3C: DMA: Change argument of s3c2410_dma_devconfig
authorJassi Brar <jassi.brar@samsung.com>
Mon, 17 May 2010 01:35:29 +0000 (10:35 +0900)
committerBen Dooks <ben-linux@fluff.org>
Mon, 17 May 2010 07:43:49 +0000 (16:43 +0900)
commitb5cca4e27ce6155e1394c72547dd9e295511445e
tree2a61d1fc27a57a1d24407d37f95518b3c206a82f
parenta066c41d4c09ded1816fc9b5b105d7befba2b632
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 <jassi.brar@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c64xx/dma.c
arch/arm/plat-s3c24xx/dma.c
arch/arm/plat-samsung/include/plat/dma.h