projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90d2322
)
dmaengine: pxa: fix semicolon.cocci warnings
author
kbuild test robot
<fengguang.wu@intel.com>
Wed, 29 Aug 2018 21:04:26 +0000
(14:04 -0700)
committer
Vinod Koul
<vkoul@kernel.org>
Tue, 11 Sep 2018 06:10:35 +0000
(11:40 +0530)
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/pxa_dma.c
patch
|
blob
|
history
diff --git
a/drivers/dma/pxa_dma.c
b/drivers/dma/pxa_dma.c
index
21001ea
..
8257250
100644
(file)
--- a/
drivers/dma/pxa_dma.c
+++ b/
drivers/dma/pxa_dma.c
@@
-1432,7
+1432,7
@@
static int pxad_probe(struct platform_device *op)
"#dma-requests set to default 32 as missing in OF: %d",
ret);
nb_requestors = 32;
- }
;
+ }
} else if (pdata && pdata->dma_channels) {
dma_channels = pdata->dma_channels;
nb_requestors = pdata->nb_requestors;