cpufreq: tegra194: Remove the unneeded result variable
authorye xingchen <ye.xingchen@zte.com.cn>
Wed, 31 Aug 2022 03:32:13 +0000 (03:32 +0000)
committerViresh Kumar <viresh.kumar@linaro.org>
Thu, 1 Sep 2022 04:12:12 +0000 (09:42 +0530)
commitddf958f39741a1dda74020ac8a0f226cb5aa017b
treee9fb302a76e66a693179f32bfcca494d5d2000c2
parent3359d52755e5bf1268d96ce7e9d6e8c1b4700225
cpufreq: tegra194: Remove the unneeded result variable

Return the value returned by smp_call_function_single() directly instead
of storing it in another redundant variable.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
[ Viresh: Minor update to commit log ]
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/tegra194-cpufreq.c