]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: ondemand: Simplify conditionals in od_dbs_timer()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 15 Feb 2016 01:21:35 +0000 (02:21 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 9 Mar 2016 13:41:05 +0000 (14:41 +0100)
commit754ae6affba489a97796836eaf90652543b600ae
tree4065db3ec3a26bc6230bb35a570b6d330afe97ae
parentdd22010f559dbd518d9e5f0a5fae43c4bada377a
cpufreq: ondemand: Simplify conditionals in od_dbs_timer()

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 <rafael.j.wysocki@intel.com>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq_ondemand.c