OSDN Git Service

ASoC: cs35l32: Remove unneeded regulator_bulk_free call in cs35l32_i2c_remove
authorAxel Lin <axel.lin@ingics.com>
Thu, 28 Aug 2014 09:54:38 +0000 (17:54 +0800)
committerMark Brown <broonie@linaro.org>
Thu, 28 Aug 2014 18:06:44 +0000 (19:06 +0100)
commit1a83269d5c41b77f2a4bbb3828c668c96832742e
tree1e8001e45943e7e15b4d2e40b237f34d0a966f4f
parent7eef08554ca35454e6da0de8a74f7c96bc2e58e0
ASoC: cs35l32: Remove unneeded regulator_bulk_free call in cs35l32_i2c_remove

The regulator_bulk_free() call is not required because current code is using
devm_regulator_bulk_get().

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Brian Austin <brian.austin@cirrus.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/cs35l32.c