Home
last modified time | relevance | path

Searched hist:"92 c99d159c38256e221ed8b50fd48953746a90e0" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/cpufreq/
H A Dcpufreq.cdiff 92c99d159c38256e221ed8b50fd48953746a90e0 Sun Feb 25 23:08:45 CST 2018 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: Don't validate cpufreq table from cpufreq_generic_init()

The cpufreq table is already validated by the cpufreq core and none of
the users of cpufreq_generic_init() have any dependency on it to
validate the table as well.

Don't validate the cpufreq table anymore from cpufreq_generic_init().

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>