]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit61659a083da675de11ef2aa44b19f1c25f6ad7ae
tree6b6355541a9438c89a5aebc231c6372521554bcf
parent8a74d8a476030e43231fc8206c20f1860b285e5a
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