]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: S3C24XX: Fix s3c2410_dma_enqueue parameters
authorHeiko Stuebner <heiko@sntech.de>
Tue, 7 Aug 2012 10:12:05 +0000 (19:12 +0900)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 19 Sep 2012 14:04:25 +0000 (15:04 +0100)
commitccd2951d12243c68b49654b14d54af7821c5eeaa
treeccf390fff1a21caf6ed08a38e349fcc979a95fbc
parent3d0292f5e659df73b893e3fa414d180a8ed5e562
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 <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
arch/arm/plat-s3c24xx/dma.c