Messages in this thread |  | | Date | Wed, 30 Jan 2013 16:47:58 +0530 | Subject | Re: [PATCH 1/5] cpufreq: handle SW coordinated CPUs | From | Viresh Kumar <> |
| |
On 30 January 2013 16:34, Fabio Baltieri <fabio.baltieri@linaro.org> wrote: > Small sidenote, actually what I'm going to drop here i *cdbs, as I need > cpu for schedule_delayed_work_on and can't use cdbs->cpu for that as > it's the master's one.
I can't find code which would do j_cdbs->cpu = j and so j_cdbs->cpu is un-initialized. So, if that's true, you can initialize that and drop cpu param too.
|  |