Re: [PATCH 7/9] struct option long_options doesn't need to be global

2014-06-01 Thread Amit Kucheria
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 >> --- >>

Re: cpufreq lock

2014-06-01 Thread Viresh Kumar
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