commit | c0ce317f0c8863d309e7cfb6f6c0fe86e38c6d86 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Oct 17 00:25:55 2016 +0900 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Mon Oct 17 15:20:52 2016 -0700 |
tree | d7d85b258053abd76b45cbeb09b6d6e541c1da06 | |
parent | 8236d9ac4cf2e51e4355c411612cfbaec8d31942 [diff] |
clk: uniphier: fix type of variable passed to regmap_read() The 3rd argument of regmap_read() takes a pointer to unsigned int. This driver is saved just because u32 happens to be typedef'ed as unsigned int, but we should not rely on that fact. Change the variable type just in case. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>