commit | 9d4de2904ef0add3006df8896bfd07f534c44dd8 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Fri Jun 03 10:58:52 2016 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Jun 09 00:58:07 2016 +0200 |
tree | bf70d31ab02b128faff3f3d80e63a9f961c5302a | |
parent | d218ed773915a2b762d132be6bb765637338c360 [diff] |
cpufreq: davinci: Reuse cpufreq_generic_frequency_table_verify() policy->freq_table will always be valid for this platform, otherwise driver's probe() would fail. And so this routine will *always* return after calling cpufreq_frequency_table_verify(). This can be done using the generic callback provided by core, lets use it instead. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>