commit | 883071c4bd9a6e45bf0b5e45575d110eaeb2e6d0 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Wed Sep 12 12:25:22 2018 +0530 |
committer | Viresh Kumar <viresh.kumar@linaro.org> | Wed Sep 19 14:56:44 2018 -0700 |
tree | 6fe1452b4d87aedd2e0d9a3779230ac228818767 | |
parent | d0e8ae6c26da7b9436775dfd9768d7a821ed47b7 [diff] |
cpufreq: mvebu: Remove OPPs using dev_pm_opp_remove() dev_pm_opp_cpumask_remove_table() is going to change in the next commit and will not remove dynamic OPPs automatically. They must be removed with a call to dev_pm_opp_remove(). Reviewed-by: Gregory CLEMENT <gregory.clement@bootlin.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>