UPSTREAM: PM / devfreq: rk3399_dmc: Remove explictly regulator_put call in .remove
authorAxel Lin <axel.lin@ingics.com>
Sun, 18 Sep 2016 02:41:05 +0000 (10:41 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Wed, 29 Mar 2017 02:24:17 +0000 (10:24 +0800)
commitaa28f75e56114ba98dc9163a1a40d40e00926b9f
tree33191e3e8648606a45a7080e892f98730cc9e7e9
parent696b3f25a28ab6b29cb3c385e02d75f6ff36e30e
UPSTREAM: PM / devfreq: rk3399_dmc: Remove explictly regulator_put call in .remove

Current code uses devm_regulator_get() in .probe so a regulator_put() will
be automatically called when unload the module. Remove the explictly
regulator_put() call and then we can also remove rk3399_dmcfreq_remove().

Change-Id: I56a62a76f06403aff9ad0478e7701862084a90b3
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
(cherry picked from commit da4a64481b3504a6f4f07c08ff03be8f08d9638d)
drivers/devfreq/rk3399_dmc.c