Thank for the review. I've made the requested change and pushed all
these fixes with your Ack.
On Fri, May 30, 2014 at 1:13 PM, Daniel Lezcano
wrote:
> On 05/29/2014 12:17 AM, Amit Kucheria wrote:
>>
>> Change the flag field to NULL while we're at it
>>
>> Signed-off-by: Amit Kucheria
>> ---
>>
On 30 May 2014 21:20, Sriram V wrote:
> I am looking at in cpufreq.c
>
> __cpufreq_governor(policy, CPUFREQ_GOV_STOP);
> up_write(&policy->rwsem);
> __cpufreq_governor(policy, CPUFREQ_GOV_POLICY_EXIT);
> down_write(&policy->rwsem);
>
> Why do we need to unlock the l