commit | 3cfc43df7af0533b39b97bb03980e02e9716fc52 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Fri Sep 16 08:56:59 2016 +0530 |
committer | Lee Jones <lee.jones@linaro.org> | Fri Nov 25 11:09:05 2016 +0000 |
tree | 7f37bdce59cf7094aeea88a4fa67302f16ce0187 | |
parent | d29ccdb3f0e5dccb170200c9f3d573eaa5af261b [diff] |
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>