Commit d48e32c6 authored by Kamal Mostafa's avatar Kamal Mostafa

[3.19-stable only] Revert "dmaengine: pl330: Fix overflow when reporting residue in memcpy"

This reverts commit 3f99e272.

Not suitable for 3.19-stable:
'struct dma_pl330_desc' has no member named 'bytes_requested'
Signed-off-by: default avatarKamal Mostafa <kamal@canonical.com>
parent 99631252
......@@ -2521,7 +2521,6 @@ pl330_prep_dma_memcpy(struct dma_chan *chan, dma_addr_t dst,
desc->rqcfg.brst_len = 1;
desc->rqcfg.brst_len = get_burst_len(desc, len);
desc->bytes_requested = len;
desc->txd.flags = flags;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment