diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-12-28 13:22:59 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-02-02 04:01:43 +0300 |
commit | 3a6e84545129913613dc1a97bbe8e4f2378696ee (patch) | |
tree | 808dbdb6da04c503ced4afac648592628d9ef935 /crypto/ctr.c | |
parent | 027f942ce44131bc3a11aaae6dbb227f461845b6 (diff) | |
download | linux-3a6e84545129913613dc1a97bbe8e4f2378696ee.tar.xz |
clk: change sizeof(struct clk *) to sizeof(*core->parents)
Now, the clock parent is not "struct clk *", but "struct clk_core *".
Of course, the size of a pointer is always same, but strictly speaking,
sizeof(struct clk *) should be sizeof(struct clk_core *) here.
This mismatch happened when we split the structure into struct clk
and struct clk_core. For the potential possibility of future renaming,
sizeof(*core->parents) would be better.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'crypto/ctr.c')
0 files changed, 0 insertions, 0 deletions