Re: [PATCH] cpufreq: schedutil: Remove the needless sg_policy parameter to ignore_dl_rate_limit()
From: "Rafael J. Wysocki" <rafael@kernel.org>
Date: 2021-02-19 15:12:51
From: "Rafael J. Wysocki" <rafael@kernel.org>
Date: 2021-02-19 15:12:51
On Thu, Feb 18, 2021 at 10:24 AM Viresh Kumar [off-list ref] wrote:
On 18-02-21, 17:01, Yue Hu wrote:quoted
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>
Applied as 5.12-rc material, thanks!