Re: [PATCH 8/9] cpufreq: ondemand: Simplify conditionals in od_dbs_timer()

2016-02-15 Thread Viresh Kumar
On 15-02-16, 02:21, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Reduce the indentation level in the conditionals in od_dbs_timer() > and drop the delay variable from it. > > No functional changes. > > Signed-off-by: Rafael J. Wysocki > --- > drivers/cpufreq/cpufreq_ondemand.c | 2

[PATCH 8/9] cpufreq: ondemand: Simplify conditionals in od_dbs_timer()

2016-02-14 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Reduce the indentation level in the conditionals in od_dbs_timer() and drop the delay variable from it. No functional changes. Signed-off-by: Rafael J. Wysocki --- drivers/cpufreq/cpufreq_ondemand.c | 24 +++- 1 file changed, 11 insertions(+), 13