commit | 14894b9b8317d9a337bba55998fdef1c9b2dc63d | [log] [tgz] |
---|---|---|
author | Jassi Brar <jassi.brar@samsung.com> | Mon May 17 10:35:29 2010 +0900 |
committer | Ben Dooks <ben-linux@fluff.org> | Mon May 17 16:43:49 2010 +0900 |
tree | 2a61d1fc27a57a1d24407d37f95518b3c206a82f | |
parent | 7ebd467551ed6ae200d7835a84bbda0dcadaa511 [diff] |
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>