aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-11-12 19:11:43 +0000
committerVinod Koul <vkoul@kernel.org>2019-11-14 10:27:37 +0530
commit051f5175f226118ca220b93b87e07e515e727bcb (patch)
tree5339c5a7851db3d0450222ab152636fefe5ce3d5 /drivers/dma
parentdmaengine: milbeaut-xdmac: remove redundant error log (diff)
downloadlinux-dev-051f5175f226118ca220b93b87e07e515e727bcb.tar.xz
linux-dev-051f5175f226118ca220b93b87e07e515e727bcb.zip
dmaengine: iop-adma: clean up an indentation issue
There is a statement that is indented too deeply, remove the extraneous indentation. Signed-off-by: Colin Ian King <colin.king@canonical.com> Link: https://lore.kernel.org/r/20191112191143.282814-1-colin.king@canonical.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/iop-adma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/iop-adma.c b/drivers/dma/iop-adma.c
index 4dc5478fc156..db0e274126fb 100644
--- a/drivers/dma/iop-adma.c
+++ b/drivers/dma/iop-adma.c
@@ -173,7 +173,7 @@ static void __iop_adma_slot_cleanup(struct iop_adma_chan *iop_chan)
&iop_chan->chain, chain_node) {
zero_sum_result |=
iop_desc_get_zero_result(grp_iter);
- pr_debug("\titer%d result: %d\n",
+ pr_debug("\titer%d result: %d\n",
grp_iter->idx, zero_sum_result);
slot_cnt -= slots_per_op;
if (slot_cnt == 0)