projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
361a879
)
ARM: uniphier: remove unneeded initializer
author
Masahiro Yamada
<
[email protected]
>
Mon, 5 Dec 2016 09:31:36 +0000
(18:31 +0900)
committer
Masahiro Yamada
<
[email protected]
>
Fri, 9 Dec 2016 16:42:51 +0000
(
01:42
+0900)
This will be used to store the return value of readl().
Signed-off-by: Masahiro Yamada <
[email protected]
>
arch/arm/mach-uniphier/memconf/memconf.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-uniphier/memconf/memconf.c
b/arch/arm/mach-uniphier/memconf/memconf.c
index 3d4b50456b65e254785f3becbe21847e08113708..e607ac9c3ba4b62e54411f1932fad947348d3c18 100644
(file)
--- a/
arch/arm/mach-uniphier/memconf/memconf.c
+++ b/
arch/arm/mach-uniphier/memconf/memconf.c
@@
-1,5
+1,7
@@
/*
- * Copyright (C) 2011-2015 Masahiro Yamada <
[email protected]
>
+ * Copyright (C) 2011-2015 Panasonic Corporation
+ * Copyright (C) 2016 Socionext Inc.
+ * Author: Masahiro Yamada <
[email protected]
>
*
* SPDX-License-Identifier: GPL-2.0+
*/
@@
-14,7
+16,7
@@
int memconf_init(const struct uniphier_board_data *bd)
{
- u32 tmp
= 0
;
+ u32 tmp;
unsigned long size_per_word;
tmp = readl(SG_MEMCONF);