cpufreq: mvebu: Remove OPPs using dev_pm_opp_remove()
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 12 Sep 2018 06:55:22 +0000 (12:25 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Wed, 19 Sep 2018 21:56:44 +0000 (14:56 -0700)
commit883071c4bd9a6e45bf0b5e45575d110eaeb2e6d0
tree6fe1452b4d87aedd2e0d9a3779230ac228818767
parentd0e8ae6c26da7b9436775dfd9768d7a821ed47b7
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>
drivers/cpufreq/mvebu-cpufreq.c