Commit 5835aa86 authored by Leonardo Carreras's avatar Leonardo Carreras Committed by Vinod Koul

dmaengine: pl08x: Suppress spaces in indentation

Removed checkpatch reported spaces in indentation:
ERROR: code indent should use tabs where possible
+^I         PL080_CONFIG_TC_IRQ_MASK);$
Signed-off-by: default avatarLeonardo Carreras <leocarreras89@gmail.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent 428d96e9
......@@ -474,7 +474,7 @@ static void pl08x_terminate_phy_chan(struct pl08x_driver_data *pl08x,
u32 val = readl(ch->reg_config);
val &= ~(PL080_CONFIG_ENABLE | PL080_CONFIG_ERR_IRQ_MASK |
PL080_CONFIG_TC_IRQ_MASK);
PL080_CONFIG_TC_IRQ_MASK);
writel(val, ch->reg_config);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment