Re: [PATCH 8/8] cpufreq: ppc: make use of of_find_matching_node_and_match

2014-02-11 Thread Viresh Kumar
On 11 February 2014 21:54, Josh Cartwright wrote: > Instead of the of_find_matching_node()/of_match_node() pair, which requires > two > iterations through the match table, make use of > of_find_matching_node_and_match(), > which only iterates through the table once. > > Signed-off-by: Josh Cartw

[PATCH 8/8] cpufreq: ppc: make use of of_find_matching_node_and_match

2014-02-11 Thread Josh Cartwright
Instead of the of_find_matching_node()/of_match_node() pair, which requires two iterations through the match table, make use of of_find_matching_node_and_match(), which only iterates through the table once. Signed-off-by: Josh Cartwright --- drivers/cpufreq/ppc-corenet-cpufreq.c | 3 +-- 1 file