Re: [PATCH 1/2] cpufreq: Return error if ->get() failed in cpufreq_update_policy()
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2014-02-17 09:10:56
Also in:
lkml
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2014-02-17 09:10:56
Also in:
lkml
On 17 February 2014 14:25, Srivatsa S. Bhat [off-list ref] wrote:
Specifically, I'm referring to the problem where there _is_ a difference, but the ->get() is not reporting it properly, like returning a 0 for example.
I think get() returning zero isn't acceptable at all. How can current freq be zero :) .. There has to be a bug somewhere and so we shouldn't really try to get working here.. That's what I thought.