Re: [PATCH v3 10/10] cpufreq: governor: Drop cpu argument from dbs_check_cpu()

2016-02-07 Thread Viresh Kumar
On 06-02-16, 13:50, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Since policy->cpu is always passed as the second argument to > dbs_check_cpu(), it is not really necessary to pass it, because > the function can obtain that value via its first argument just fine. > > Signed-off-by: Rafa

[PATCH v3 10/10] cpufreq: governor: Drop cpu argument from dbs_check_cpu()

2016-02-06 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Since policy->cpu is always passed as the second argument to dbs_check_cpu(), it is not really necessary to pass it, because the function can obtain that value via its first argument just fine. Signed-off-by: Rafael J. Wysocki --- Changes from v2: - Rebase on top of htt