regulator: da9211: Remove unnecessary devm_regulator_unregister() calls
authorAxel Lin <axel.lin@ingics.com>
Sun, 20 Jul 2014 11:19:35 +0000 (19:19 +0800)
committerMark Brown <broonie@linaro.org>
Fri, 25 Jul 2014 17:23:28 +0000 (18:23 +0100)
commit516c1514b089e1c60a392b281f6c90f4b8e49183
tree06120b7e4447b06b3a7ee9993d422a8b530fe730
parent1028a37daa148cc6cf85aa2aecb4390ddf1e1e56
regulator: da9211: Remove unnecessary devm_regulator_unregister() calls

Current code uses devm_regulator_register(), so the resource management code
will ensure that the resource is freed.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/da9211-regulator.c