[PATCH 04/16] clk: remove unnecessary !core->parents conditional

2015-11-29 Thread Masahiro Yamada
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 --- drivers/clk/clk.c | 5 + 1

[PATCH 04/16] clk: remove unnecessary !core->parents conditional

2015-11-29 Thread Masahiro Yamada
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 ---