mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
dmaengine: s3c24xx-dma: Process whole SG chain
Due to redundant 'break' in loop driver processed only first chunk. Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> Reviewed-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
This commit is contained in:
parent
ffe59b2930
commit
6915f45fb9
@ -961,7 +961,6 @@ static struct dma_async_tx_descriptor *s3c24xx_dma_prep_slave_sg(
|
||||
dsg->src_addr = slave_addr;
|
||||
dsg->dst_addr = sg_dma_address(sg);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
return vchan_tx_prep(&s3cchan->vc, &txd->vd, flags);
|
||||
|
Loading…
Reference in New Issue
Block a user