regulator: core: remove sysfs entry properly in regulator_put
authorShawn Guo <shawn.guo@linaro.org>
Thu, 5 Jul 2012 06:19:42 +0000 (14:19 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 5 Jul 2012 12:15:40 +0000 (13:15 +0100)
commite2c98eaf928a2a0ecaca1db9aa5dc56a36699d9f
tree705a66684c47b0f807ab652c7504d93f2db7edc2
parente113d792d56d4b720b3d84c122b6af84c3bfa094
regulator: core: remove sysfs entry properly in regulator_put

With changes introduced by commit 222cc7b (regulator: core: Allow
multiple requests of a single supply mapping) on create_regulator,
regulator_put needs a corresponding update on sysfs entry removing.

Also regulator->dev still needs to get assigned in create_regulator,
otherwise, sysfs_remove_link call in regulator_put will get bypassed.

Reported-by: Fabio Estevam <festevam@gmail.com>
Tested-by: Dong Aisheng <dong.aisheng@linaro.org>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/core.c