aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/at_xdmac.c
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2015-08-23 09:24:22 -0400
committerVinod Koul <vinod.koul@intel.com>2015-08-23 09:24:22 -0400
commit59b0fbdf15900abc57bd90f1cca1f6ff28b470c0 (patch)
treeb21da113b3d93ad8b376bcc23d266d8092388be3 /drivers/dma/at_xdmac.c
parent005ce70b9448ed86c9a12e6504f1f9896a826e3d (diff)
parent35ca0ee49d2973976f89f07eb842782a39d20a14 (diff)
Merge branch 'topic/at_xdmac' into for-linus
Diffstat (limited to 'drivers/dma/at_xdmac.c')
-rw-r--r--drivers/dma/at_xdmac.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/dma/at_xdmac.c b/drivers/dma/at_xdmac.c
index 99243f6a9c87..fbf573bcf98e 100644
--- a/drivers/dma/at_xdmac.c
+++ b/drivers/dma/at_xdmac.c
@@ -624,12 +624,12 @@ at_xdmac_prep_slave_sg(struct dma_chan *chan, struct scatterlist *sgl,
624 unsigned int sg_len, enum dma_transfer_direction direction, 624 unsigned int sg_len, enum dma_transfer_direction direction,
625 unsigned long flags, void *context) 625 unsigned long flags, void *context)
626{ 626{
627 struct at_xdmac_chan *atchan = to_at_xdmac_chan(chan); 627 struct at_xdmac_chan *atchan = to_at_xdmac_chan(chan);
628 struct at_xdmac_desc *first = NULL, *prev = NULL; 628 struct at_xdmac_desc *first = NULL, *prev = NULL;
629 struct scatterlist *sg; 629 struct scatterlist *sg;
630 int i; 630 int i;
631 unsigned int xfer_size = 0; 631 unsigned int xfer_size = 0;
632 unsigned long irqflags; 632 unsigned long irqflags;
633 struct dma_async_tx_descriptor *ret = NULL; 633 struct dma_async_tx_descriptor *ret = NULL;
634 634
635 if (!sgl) 635 if (!sgl)