generic: dummy-dma: Remove commented code

This is a relict of an older implementation, remove it
to make code easier to read.

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
This commit is contained in:
Daniel Baluta 2020-02-21 10:38:58 +02:00 committed by Liam Girdwood
parent c35e1aa674
commit 865f964b28
1 changed files with 0 additions and 1 deletions

View File

@ -400,7 +400,6 @@ static int dummy_dma_copy(struct dma_chan_data *channel, int bytes,
};
struct dma_chan_pdata *pdata = dma_chan_get_data(channel);
//next.elem.size = do_copy(channel, bytes);
next.elem.size = dummy_dma_do_copies(pdata, bytes);
/* Let the user of the driver know how much we copied */