Around Wed 14 Aug 2013 19:01:53 +0530 or thereabout, Viresh Kumar wrote:
Many common initializations of struct policy are moved to core now and hence this driver doesn't need to do it. This patch removes such code.
Most recent of those changes is to call ->get() in the core after calling ->init().
It would be easier to review if you add me to CC on the new APIs you implement as well. Now I had to look up what the ->get() call did.
Cc: Hans-Christian Egtvedt egtvedt@samfundet.no Signed-off-by: Viresh Kumar viresh.kumar@linaro.org
drivers/cpufreq/at32ap-cpufreq.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-)
Assuming the core get() call replaces the content:
Acked-by: Hans-Christian Egtvedt egtvedt@samfundet.no