commit | 7d5d0c8ba369cbfb68eec6912f35197d82214668 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Wed Sep 02 14:36:48 2015 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Sep 03 02:46:09 2015 +0200 |
tree | 85b24b4c9551e5f700309608e53e90fabd46686e | |
parent | 0ed537b5fd18c38b526fd0e6837a00f96aee30c4 [diff] |
cpufreq: dt: Check OPP count before marking them shared We need to explicitly mark OPPs as shared, when they are not defined with OPP-v2 bindings. But this isn't required to be done if we failed to initialize OPP table. Reorder code to verify OPP count before marking them shared. Fixes: 2e02d8723edf ("cpufreq: dt: Add support for operating-points-v2 bindings") Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>