diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-05-17 10:35:29 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-17 16:43:49 +0900 |
commit | 14894b9b8317d9a337bba55998fdef1c9b2dc63d (patch) | |
tree | 2a61d1fc27a57a1d24407d37f95518b3c206a82f /arch/arm/plat-samsung/include/plat/dma.h | |
parent | 7ebd467551ed6ae200d7835a84bbda0dcadaa511 (diff) | |
download | talos-obmc-linux-14894b9b8317d9a337bba55998fdef1c9b2dc63d.tar.gz talos-obmc-linux-14894b9b8317d9a337bba55998fdef1c9b2dc63d.zip |
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>
Diffstat (limited to 'arch/arm/plat-samsung/include/plat/dma.h')
-rw-r--r-- | arch/arm/plat-samsung/include/plat/dma.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-samsung/include/plat/dma.h b/arch/arm/plat-samsung/include/plat/dma.h index 7584d751ed51..2e8f8c6560d7 100644 --- a/arch/arm/plat-samsung/include/plat/dma.h +++ b/arch/arm/plat-samsung/include/plat/dma.h @@ -110,8 +110,8 @@ extern int s3c2410_dma_config(unsigned int channel, int xferunit); * configure the device we're talking to */ -extern int s3c2410_dma_devconfig(int channel, enum s3c2410_dmasrc source, - unsigned long devaddr); +extern int s3c2410_dma_devconfig(unsigned int channel, + enum s3c2410_dmasrc source, unsigned long devaddr); /* s3c2410_dma_getposition * |