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>
Fri, 25 Nov 2016 11:09:05 +0000 (11:09 +0000)
commit3cfc43df7af0533b39b97bb03980e02e9716fc52
tree7f37bdce59cf7094aeea88a4fa67302f16ce0187
parentd29ccdb3f0e5dccb170200c9f3d573eaa5af261b
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