commit | 027f942ce44131bc3a11aaae6dbb227f461845b6 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Dec 28 19:22:58 2015 +0900 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Mon Feb 01 17:01:39 2016 -0800 |
tree | 9d24aed5fea817a4d90a66edcc7e35ca53383f99 | |
parent | be45ebf25fc8866675f4822c74c9d0eb3dd96103 [diff] |
clk: remove unnecessary !core->parents conditional This if-block has been here since the introduction of the common clock framework. Now no clock drivers are statically initialized. core->parent is always NULL at this point. Drop the redundant check and the confusing comment. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Vladimir Zapolskiy <vz@mleia.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>