]> asedeno.scripts.mit.edu Git - linux.git/commit
mfd: wm8994-core: Disable regulators before removing them
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 16 Sep 2016 03:26:59 +0000 (08:56 +0530)
committerLee Jones <lee.jones@linaro.org>
Tue, 29 Nov 2016 08:21:21 +0000 (08:21 +0000)
commitbb63f7d33d35b17faac72ea63e03c57396766eee
tree59d181c5d86e1c2684ad6eb8b4bf1125852d29f4
parent3e56c4688e6b0c648da0e6e2b8e096f5f2aabc60
mfd: wm8994-core: Disable regulators before removing them

The order in which resources were freed in wm8994_device_exit() isn't
correct. The regulators are removed before they are disabled.

Fix it by reordering code a bit, which makes it exact opposite of
wm8994_device_init() as well.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/wm8994-core.c