]> git.karo-electronics.de Git - linux-beck.git/commit
PM / devfreq: exynos5: Add CONFIG_PM_OPP dependency to fix probe fail
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 20 Mar 2014 02:59:13 +0000 (11:59 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Sat, 24 May 2014 08:56:38 +0000 (17:56 +0900)
commitae29fa1d50bead8f1971f30aa9a73bfbff984824
treed17e2570f67484cea3f66bf389a6d8f532310079
parentedb06a2d4226c65e1c03c279963ca0ede9ccf990
PM / devfreq: exynos5: Add CONFIG_PM_OPP dependency to fix probe fail

This patch add CONFIG_PM_OPP dependecy to exynos5_bus driver
to fix probe fail. If CONFIG_PM_OPP is disabled, dev_pm_opp_find_freq_floor()
will always return ERR_PTR(-EINVAL) error.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
drivers/devfreq/Kconfig