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>
This commit is contained in:
Ludovic Desroches 2015-06-08 10:33:16 +02:00 committed by Vinod Koul
parent d770e558e2
commit 35ca0ee49d

View File

@ -624,12 +624,12 @@ at_xdmac_prep_slave_sg(struct dma_chan *chan, struct scatterlist *sgl,
unsigned int sg_len, enum dma_transfer_direction direction, unsigned int sg_len, enum dma_transfer_direction direction,
unsigned long flags, void *context) unsigned long flags, void *context)
{ {
struct at_xdmac_chan *atchan = to_at_xdmac_chan(chan); struct at_xdmac_chan *atchan = to_at_xdmac_chan(chan);
struct at_xdmac_desc *first = NULL, *prev = NULL; struct at_xdmac_desc *first = NULL, *prev = NULL;
struct scatterlist *sg; struct scatterlist *sg;
int i; int i;
unsigned int xfer_size = 0; unsigned int xfer_size = 0;
unsigned long irqflags; unsigned long irqflags;
struct dma_async_tx_descriptor *ret = NULL; struct dma_async_tx_descriptor *ret = NULL;
if (!sgl) if (!sgl)