Re: [PATCH] cpufreq: schedutil: Remove the needless sg_policy parameter to ignore_dl_rate_limit()
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2021-02-18 09:23:46
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2021-02-18 09:23:46
On 18-02-21, 17:01, Yue Hu wrote:
From: Yue Hu <redacted> Since sg_policy is a member of struct sugov_cpu. Also remove the local variable in sugov_update_single_common() to make the code more clean. Signed-off-by: Yue Hu <redacted> --- kernel/sched/cpufreq_schedutil.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-)
Acked-by: Viresh Kumar <viresh.kumar@linaro.org> -- viresh