Commit d4860224 authored by Jiapeng Chong's avatar Jiapeng Chong Committed by Vinod Koul
Browse files

dmaengine: dw-edma: Fix inconsistent indenting



Eliminate the follow smatch warning:

drivers/dma/dw-edma/dw-edma-v0-core.c:419 dw_edma_v0_core_start() warn:
inconsistent indenting.

Reported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
Signed-off-by: default avatarJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/20220413023442.18856-1-jiapeng.chong@linux.alibaba.com


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 8fc5133d
Loading
Loading
Loading
Loading
+10 −9
Original line number Diff line number Diff line
@@ -414,6 +414,7 @@ void dw_edma_v0_core_start(struct dw_edma_chunk *chunk, bool first)
		SET_CH_32(dw, chan->dir, chan->id, ch_control1,
			  (DW_EDMA_V0_CCS | DW_EDMA_V0_LLE));
		/* Linked list */

		#ifdef CONFIG_64BIT
		/* llp is not aligned on 64bit -> keep 32bit accesses */
		SET_CH_32(dw, chan->dir, chan->id, llp.lsb,