PM / OPP: Return suspend_opp only if it is enabled
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 9 Sep 2015 11:28:22 +0000 (16:58 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 9 Sep 2015 20:53:37 +0000 (22:53 +0200)
commit1b2b90cbea00670221f062814dc8bcecb3af7b90
tree37edfaad03b3d748e0d951b697e519a91e5328c9
parent4eafbd15b6c84cd3f6c76022c8a6c27f7cc076e1
PM / OPP: Return suspend_opp only if it is enabled

There is no point returning suspend_opp, if it is disabled by the core.
As we can't use it at all. Fix it.

Fixes: 4eafbd15b6c8 ("PM / OPP: add dev_pm_opp_get_suspend_opp() helper")
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/power/opp.c