summaryrefslogtreecommitdiffstats
path: root/drivers/dma/amba-pl08x.c
diff options
context:
space:
mode:
authorLeonardo Carreras2015-05-06 01:40:52 +0200
committerVinod Koul2015-05-08 10:59:32 +0200
commit5835aa86c32afd3e562522fd12009a0c7f10371a (patch)
treecdd38d07ca4bb2a99cbc3231381eee2760468466 /drivers/dma/amba-pl08x.c
parentdmaengine: s3c24xx: Constify platform_device_id (diff)
downloadkernel-qcow2-linux-5835aa86c32afd3e562522fd12009a0c7f10371a.tar.gz
kernel-qcow2-linux-5835aa86c32afd3e562522fd12009a0c7f10371a.tar.xz
kernel-qcow2-linux-5835aa86c32afd3e562522fd12009a0c7f10371a.zip
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: Leonardo Carreras <leocarreras89@gmail.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/amba-pl08x.c')
-rw-r--r--drivers/dma/amba-pl08x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/amba-pl08x.c b/drivers/dma/amba-pl08x.c
index 49d396ec06e5..5de3cf453f35 100644
--- a/drivers/dma/amba-pl08x.c
+++ b/drivers/dma/amba-pl08x.c
@@ -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);