lkml.org 
[lkml]   [2019]   [Jun]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH V2 1/5] cpufreq: Remove the redundant !setpolicy check
Date
cpufreq_start_governor() is only called for !setpolicy case, checking it
again is not required.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
---
drivers/cpufreq/cpufreq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c
index 85ff958e01f1..54befd775bd6 100644
--- a/drivers/cpufreq/cpufreq.c
+++ b/drivers/cpufreq/cpufreq.c
@@ -2153,7 +2153,7 @@ static int cpufreq_start_governor(struct cpufreq_policy *policy)

pr_debug("%s: for CPU %u\n", __func__, policy->cpu);

- if (cpufreq_driver->get && !cpufreq_driver->setpolicy)
+ if (cpufreq_driver->get)
cpufreq_update_current_freq(policy);

if (policy->governor->start) {
--
2.21.0.rc0.269.g1a574e7a288b
\
 
 \ /
  Last update: 2019-06-20 05:07    [W:0.620 / U:0.396 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site