aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/at_xdmac.c
diff options
context:
space:
mode:
authorLudovic Desroches <ludovic.desroches@atmel.com>2015-06-08 04:33:16 -0400
committerVinod Koul <vinod.koul@intel.com>2015-07-06 08:59:18 -0400
commit35ca0ee49d2973976f89f07eb842782a39d20a14 (patch)
treeeb51b6957d3c60f3a3b9ddad3de6ad610ccf74d1 /drivers/dma/at_xdmac.c
parentd770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 (diff)
dmaengine: at_xdmac: fix indentation
Fix indentation. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
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 cf1213de7865..86d56058021c 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)