OSDN Git Service

cpufreq: Don't validate cpufreq table from cpufreq_generic_init()
authorViresh Kumar <viresh.kumar@linaro.org>
Mon, 26 Feb 2018 05:08:45 +0000 (10:38 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 20 Mar 2018 11:07:51 +0000 (12:07 +0100)
commit92c99d159c38256e221ed8b50fd48953746a90e0
tree915564432b6f5bd84d4e89be8884eff5f5296a44
parent8d768cdcf0f517c643690aeca8101a928a6c36c8
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>
drivers/cpufreq/cpufreq.c