regulator: core: Fix memory leak in regulator_resolve_supply()
authorJavier Martinez Canillas <javier@osg.samsung.com>
Wed, 15 Jul 2015 14:10:29 +0000 (16:10 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 16 Jul 2015 20:38:59 +0000 (21:38 +0100)
The regulator_resolve_supply() function calls set_supply() which in turn
calls create_regulator() to allocate a supply regulator.

If an error occurs after set_supply() succeeded, the allocated regulator
has to be freed before propagating the error code.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

No differences found