Re: [PATCH 2/3] clk: Rename child_node to clks_node to avoid confusion

2015-02-06 Thread Tomeu Vizoso
On 02/06/2015 01:19 AM, Stephen Boyd wrote: > The child_node member of struct clk is named the same as the > child_node member of struct clk_core. Let's rename the struct > clk's member to clks_node to avoid getting confused with the > child_node member of struct clk_core and to match the name of t

[PATCH 2/3] clk: Rename child_node to clks_node to avoid confusion

2015-02-05 Thread Stephen Boyd
The child_node member of struct clk is named the same as the child_node member of struct clk_core. Let's rename the struct clk's member to clks_node to avoid getting confused with the child_node member of struct clk_core and to match the name of the list head, clks. Cc: Tomeu Vizoso Cc: Alban Bro