Skip to content
Snippets Groups Projects
Commit 82ff6c39 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: uniphier: remove unneeded initializer


This will be used to store the return value of readl().

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 361a8799
No related branches found
No related tags found
No related merge requests found
/* /*
* Copyright (C) 2011-2015 Masahiro Yamada <yamada.masahiro@socionext.com> * Copyright (C) 2011-2015 Panasonic Corporation
* Copyright (C) 2016 Socionext Inc.
* Author: Masahiro Yamada <yamada.masahiro@socionext.com>
* *
* SPDX-License-Identifier: GPL-2.0+ * SPDX-License-Identifier: GPL-2.0+
*/ */
...@@ -14,7 +16,7 @@ ...@@ -14,7 +16,7 @@
int memconf_init(const struct uniphier_board_data *bd) int memconf_init(const struct uniphier_board_data *bd)
{ {
u32 tmp = 0; u32 tmp;
unsigned long size_per_word; unsigned long size_per_word;
tmp = readl(SG_MEMCONF); tmp = readl(SG_MEMCONF);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment