projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea62aa8
)
dmaengine: imx-dma: fix coding style issue
author
Vinod Koul
<vinod.koul@intel.com>
Sat, 2 Jul 2016 10:05:07 +0000
(15:35 +0530)
committer
Vinod Koul
<vinod.koul@intel.com>
Sat, 16 Jul 2016 14:49:01 +0000
(20:19 +0530)
imxdma_probe function starting brace is wrongly indented, so fix that
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Linus Walleij <linus.walleij@linaro.org>
drivers/dma/imx-dma.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/imx-dma.c
b/drivers/dma/imx-dma.c
index 9301d3d09563e49cf10edebe3f843274134f35c3..a960608c0a4db0cc918df3c95d4c6b0a2867d406 100644
(file)
--- a/
drivers/dma/imx-dma.c
+++ b/
drivers/dma/imx-dma.c
@@
-1052,7
+1052,7
@@
static struct dma_chan *imxdma_xlate(struct of_phandle_args *dma_spec,
}
static int __init imxdma_probe(struct platform_device *pdev)
-
{
+{
struct imxdma_engine *imxdma;
struct resource *res;
const struct of_device_id *of_id;