Re: [PATCH] cpufreq: ondemand: fix wrong delay sampling rate

2012-11-23 Thread Rafael J. Wysocki
On Friday, November 23, 2012 08:57:02 PM Fabio Baltieri wrote: > On Fri, Nov 23, 2012 at 07:23:28PM +0530, Viresh Kumar wrote: > > On 23 November 2012 18:42, Fabio Baltieri wrote: > > > Restore the correct delay value for ondemand's od_dbs_timer, as it was > > > changed erroneously in 83f0e55. > >

Re: [PATCH] cpufreq: ondemand: fix wrong delay sampling rate

2012-11-23 Thread Fabio Baltieri
On Fri, Nov 23, 2012 at 07:23:28PM +0530, Viresh Kumar wrote: > On 23 November 2012 18:42, Fabio Baltieri wrote: > > Restore the correct delay value for ondemand's od_dbs_timer, as it was > > changed erroneously in 83f0e55. > > > > Cc: Viresh Kumar > > Signed-off-by: Fabio Baltieri > > --- > >

Re: [PATCH] cpufreq: ondemand: fix wrong delay sampling rate

2012-11-23 Thread Viresh Kumar
On 23 November 2012 18:42, Fabio Baltieri wrote: > Restore the correct delay value for ondemand's od_dbs_timer, as it was > changed erroneously in 83f0e55. > > Cc: Viresh Kumar > Signed-off-by: Fabio Baltieri > --- > drivers/cpufreq/cpufreq_ondemand.c | 3 ++- > 1 file changed, 2 insertions(+),

[PATCH] cpufreq: ondemand: fix wrong delay sampling rate

2012-11-23 Thread Fabio Baltieri
Restore the correct delay value for ondemand's od_dbs_timer, as it was changed erroneously in 83f0e55. Cc: Viresh Kumar Signed-off-by: Fabio Baltieri --- drivers/cpufreq/cpufreq_ondemand.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/cpufreq/cpufreq_ondemand.c