OSDN Git Service

ASoC: cs42l56: Remove unneeded regulator_bulk_free call in cs42l56_remove
authorAxel Lin <axel.lin@ingics.com>
Thu, 28 Aug 2014 09:55:20 +0000 (17:55 +0800)
committerMark Brown <broonie@linaro.org>
Thu, 28 Aug 2014 18:07:15 +0000 (19:07 +0100)
commita4f87cea72d78f80c0bda1b4d8a821278eb1e4e2
tree6b6355541a9438c89a5aebc231c6372521554bcf
parentc2b49ae678b8bd1fd4ea3e3ae106020d663e8969
ASoC: cs42l56: Remove unneeded regulator_bulk_free call in cs42l56_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/cs42l56.c