dmaengine: at_hdmac: fix way to specify cyclic capability
commitd7db80801f8117cf210b9e2cd2c800e326d59fa2
authorNicolas Ferre <nicolas.ferre@atmel.com>
Fri, 5 Aug 2011 11:43:44 +0000 (5 11:43 +0000)
committerVinod Koul <vinod.koul@intel.com>
Fri, 19 Aug 2011 13:10:04 +0000 (19 18:40 +0530)
tree27f954b51f2eed85d16ec1a54dacc0730c717116
parent3c477482bb9f976e5451c50be7d3d60ea6f88646
dmaengine: at_hdmac: fix way to specify cyclic capability

In this driver, we can trigger cyclic transfer on peripherals-DMA interfaces.
It is dependent on driver implementation but cannot depend on a platform
property: we remove the dma_has_cap(DMA_CYCLIC, ) test which has no meaning.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/at_hdmac.c