regulator: Actually free the regulator in devm_regulator_put()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 7 May 2012 10:34:52 +0000 (11:34 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 7 May 2012 12:14:44 +0000 (13:14 +0100)
commit968c2c1707a3396ccd6e7e6c5ddaf658a6d3bd66
tree5c593bc221011a1b3cdc90ecbb034c656bcf06d7
parentf55205f4d4a8823a11bb8b37ef2ecbd78fb09463
regulator: Actually free the regulator in devm_regulator_put()

It turns out that (quite surprisingly) devres_destroy() only undoes the
devres mapping, it doesn't destroy the underlying resource, meaning that
anything using devm_regulator_put() would leak. While we wait for the new
devres_release() which does what we want to get merged open code it in
devm_regulator_put().

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
drivers/regulator/core.c