Messages in this thread |  | | Date | Mon, 17 Feb 2014 14:40:26 +0530 | Subject | Re: [PATCH 1/2] cpufreq: Return error if ->get() failed in cpufreq_update_policy() | From | Viresh Kumar <> |
| |
On 17 February 2014 14:25, Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com> 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.
|  |