PM / OPP: Rename dev_pm_opp_register_put_opp_helper()
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 5 Oct 2017 11:56:21 +0000 (17:26 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 10 Oct 2017 23:54:18 +0000 (01:54 +0200)
commit604a7aeb4325b8ecb23df163c89fc12248302a4e
tree24d69428010bea1a45241c877f1da48b6daab28f
parent7978db344719dab1e56d05e6fc04aaaddcde0a5e
PM / OPP: Rename dev_pm_opp_register_put_opp_helper()

The routine is named incorrectly since the first attempt as there is
nothing like a put_opp() helper. We wanted to unregister the set_opp()
helper here and so it should rather be named as
dev_pm_opp_unregister_set_opp_helper().

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/opp/core.c
include/linux/pm_opp.h