Skip to content
Commit ded10c47 authored by Viresh Kumar's avatar Viresh Kumar
Browse files

cpufreq: imx6q: Unconditionally call dev_pm_opp_of_remove_table()



dev_pm_opp_of_remove_table() doesn't report any errors when it fails to
find the OPP table with error -ENODEV (i.e. OPP table not present for
the device). And we can call dev_pm_opp_of_remove_table()
unconditionally here.

Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent 922ff075
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment