[PATCH 13/16] clk: walk the orphan clock list more simply

2015-11-29 Thread Masahiro Yamada
This loop can be much simpler. If a new parent is available for orphan clocks, __clk_init_parent(orphan) can detect it. Signed-off-by: Masahiro Yamada --- drivers/clk/clk.c | 21 ++--- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/drivers/clk/clk.c

[PATCH 13/16] clk: walk the orphan clock list more simply

2015-11-29 Thread Masahiro Yamada
This loop can be much simpler. If a new parent is available for orphan clocks, __clk_init_parent(orphan) can detect it. Signed-off-by: Masahiro Yamada --- drivers/clk/clk.c | 21 ++--- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git