cpufreq: CPPC: Reuse caps variable in few routines
authorXin Hao <xhao@linux.alibaba.com>
Wed, 1 Jul 2020 03:26:10 +0000 (11:26 +0800)
committerViresh Kumar <viresh.kumar@linaro.org>
Thu, 30 Jul 2020 05:27:47 +0000 (10:57 +0530)
commit4264e02d3e1865549952abe2b6d7c61a1e07ca62
tree0d9d238e66e64f51a32891e257398d8c7a814997
parent8c37ad2f523396e15cf002b29f8f796447c71932
cpufreq: CPPC: Reuse caps variable in few routines

The 'caps' variable has been defined in cppc_cpufreq_khz_to_perf() and
cppc_cpufreq_perf_to_khz() routines, so there is no need to get
'highest_perf' value through 'cpu->caps.highest_perf', we can use
'caps->highest_perf' instead.

Signed-off-by: Xin Hao <xhao@linux.alibaba.com>
[ Viresh: Updated commit log ]
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cppc_cpufreq.c