X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=drivers%2Fdma%2Fsirf-dma.c;h=d451caace806445428c40d3f4d5678ada4a0925d;hb=f789dcc75c90409c4f1319a656225489c8fa28e1;hp=649fd6c965eb18d91674ce5fb4acb3662b1ce2d2;hpb=5997e089e4c3a7f0958a8fb0a54ec2b5a6f06168;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/drivers/dma/sirf-dma.c b/drivers/dma/sirf-dma.c index 649fd6c965eb..d451caace806 100644 --- a/drivers/dma/sirf-dma.c +++ b/drivers/dma/sirf-dma.c @@ -109,7 +109,7 @@ static void sirfsoc_dma_execute(struct sirfsoc_dma_chan *schan) sdesc = list_first_entry(&schan->queued, struct sirfsoc_dma_desc, node); /* Move the first queued descriptor to active list */ - list_move_tail(&schan->queued, &schan->active); + list_move_tail(&sdesc->node, &schan->active); /* Start the DMA transfer */ writel_relaxed(sdesc->width, sdma->base + SIRFSOC_DMA_WIDTH_0 +