Skip to content

Commit a1655e7

Browse files
committed
Merge pull request torvalds#38 from aejsmith/ci20-v3.18-dma
dmaengine: jz4780: Fix jz4780_dma_prep_dma_cyclic prototype
2 parents 7ac6b4a + e60b99d commit a1655e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/dma/dma-jz4780.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ static struct dma_async_tx_descriptor *jz4780_dma_prep_slave_sg(
333333
static struct dma_async_tx_descriptor *jz4780_dma_prep_dma_cyclic(
334334
struct dma_chan *chan, dma_addr_t buf_addr, size_t buf_len,
335335
size_t period_len, enum dma_transfer_direction direction,
336-
unsigned long flags, void *context)
336+
unsigned long flags)
337337
{
338338
struct jz4780_dma_chan *jzchan = to_jz4780_dma_chan(chan);
339339
struct jz4780_dma_desc *desc;

0 commit comments

Comments
 (0)