Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dmaengine: dma-axi-dmac: Fix cyclic transfers descriptors length
In a cyclic transfer num_periods * period_len = buf_len. So for each period must be allocated a descriptor having length equal with one period and not the whole transfer buffer. Signed-off-by: Bogdan Togorean <[email protected]>
- Loading branch information