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

No differences found