]> git.baikalelectronics.ru Git - kernel.git/commit
spi/s3c64xx: Fix non-dmaengine usage
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 18 Apr 2013 17:06:05 +0000 (18:06 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 18 Apr 2013 17:17:22 +0000 (18:17 +0100)
commit7a373ccb4a48ef7ca199fb8d10635dd188a3794c
tree36ddfc2fa4e8d4cd8c99352e9b61c2b76057a387
parent5f9bfcbd2cd89e651e64105d8e70cb5996655553
spi/s3c64xx: Fix non-dmaengine usage

The multiplatform conversion in commit 788437 (spi: s3c64xx: move to
generic dmaengine API) tested for the use of the Samsung-specific DMA
API with SAMSUNG_DMADEV when in fact S3C_DMA should be used. This
renderd DMA based transfers non-functional on platforms not using
dmaengine.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/spi/spi-s3c64xx.c