Re: [PATCH 3/4] cpufreq: schedutil: Don't pass flags to sugov_set_iowait_boost()

2017-12-13 Thread Juri Lelli
Hi, On 13/12/17 15:23, Viresh Kumar wrote: > We are already passing sg_cpu as argument to sugov_set_iowait_boost() > helper and the same can be used to retrieve the flags value. Get rid of > the redundant argument. > > Signed-off-by: Viresh Kumar Reviewed-by: Juri

Re: [PATCH 3/4] cpufreq: schedutil: Don't pass flags to sugov_set_iowait_boost()

2017-12-13 Thread Juri Lelli
Hi, On 13/12/17 15:23, Viresh Kumar wrote: > We are already passing sg_cpu as argument to sugov_set_iowait_boost() > helper and the same can be used to retrieve the flags value. Get rid of > the redundant argument. > > Signed-off-by: Viresh Kumar Reviewed-by: Juri Lelli Best, - Juri

[PATCH 3/4] cpufreq: schedutil: Don't pass flags to sugov_set_iowait_boost()

2017-12-13 Thread Viresh Kumar
We are already passing sg_cpu as argument to sugov_set_iowait_boost() helper and the same can be used to retrieve the flags value. Get rid of the redundant argument. Signed-off-by: Viresh Kumar --- kernel/sched/cpufreq_schedutil.c | 9 - 1 file changed, 4

[PATCH 3/4] cpufreq: schedutil: Don't pass flags to sugov_set_iowait_boost()

2017-12-13 Thread Viresh Kumar
We are already passing sg_cpu as argument to sugov_set_iowait_boost() helper and the same can be used to retrieve the flags value. Get rid of the redundant argument. Signed-off-by: Viresh Kumar --- kernel/sched/cpufreq_schedutil.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-)