projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06f8db4
)
dma: ste_dma40: Remove duplicate const
author
Sachin Kamat
<sachin.kamat@linaro.org>
Mon, 2 Sep 2013 08:14:58 +0000
(13:44 +0530)
committer
Vinod Koul
<vinod.koul@intel.com>
Mon, 2 Sep 2013 12:05:59 +0000
(17:35 +0530)
'const' was added twice.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/ste_dma40.c
patch
|
blob
|
history
diff --git
a/drivers/dma/ste_dma40.c
b/drivers/dma/ste_dma40.c
index 7bbcabbc282ab23599c9d50355fc8d209b2731be..df0a60656a8bcbcf102a8acbaebec86a357761eb 100644
(file)
--- a/
drivers/dma/ste_dma40.c
+++ b/
drivers/dma/ste_dma40.c
@@
-3485,7
+3485,7
@@
static int __init d40_of_probe(struct platform_device *pdev,
{
struct stedma40_platform_data *pdata;
int num_phy = 0, num_memcpy = 0, num_disabled = 0;
- const
const
__be32 *list;
+ const __be32 *list;
pdata = devm_kzalloc(&pdev->dev,
sizeof(struct stedma40_platform_data),