Messages in this thread |  | | Date | Mon, 24 Feb 2014 12:13:24 +0530 | Subject | Re: [PATCH V5 0/7] cpufreq: suspend early/resume late: dpm_{suspend|resume}() | From | Viresh Kumar <> |
| |
On 20 February 2014 23:10, Stephen Warren <swarren@wwwdotorg.org> wrote: > Well, except that still leaves a bunch of errors in the kernel log, and > I have to remember to ignore them:-/
Just for few releases, before this patchset goes in.
> It'd be nice if the cpufreq core didn't keep changing its behaviour and > adding new error prints. It really should be up to the cpufreq drivers > to log the errors if they experience any.
Hmm... not sure.. Its better to do error prints at a single place, i.e. cpufreq core on behalf of all drivers. If there is a error being returned from some routine, we better print a message for that. Rather than living in the illusion that everything is fine :)
|  |