commit | 2dadfd7564ef28391609c7ef896fd85218799012 | [log] [tgz] |
---|---|---|
author | Gautham R Shenoy <ego@linux.vnet.ibm.com> | Wed Jan 27 12:02:26 2016 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Jan 27 23:13:59 2016 +0100 |
tree | 08dc2311bca1e793dc9fdb9c8d3a346348bf0e78 | |
parent | e4b133cc4b30b48d488e4e4fffb132f173ce4358 [diff] |
cpufreq: Use list_is_last() to check last entry of the policy list Currently next_policy() explicitly checks if a policy is the last policy in the cpufreq_policy_list. Use the standard list_is_last primitive instead. Signed-off-by: Gautham R. Shenoy <ego@linux.vnet.ibm.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>