]> git.kernelconcepts.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)
committerKukjin Kim <kgene.kim@samsung.com>
Wed, 8 Aug 2012 00:04:51 +0000 (09:04 +0900)
commitb01858c7806e7e6f6121da2e51c9222fc4d21dc6
tree0b540f22e3e3caaabafc66730bc722a0d184af91
parente1267371eacf2cbcf580e41f9e64a986cdaf5c1d
ARM: S3C24XX: Fix s3c2410_dma_enqueue parameters

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>
Cc: Stable <stable@vger.kernel.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/plat-s3c24xx/dma.c