]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: wm8996: Remove spurious regulator_bulk_free()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 11 Jun 2012 10:15:50 +0000 (18:15 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 11 Jun 2012 12:20:22 +0000 (20:20 +0800)
commit004fb66ce0b0ae1f2794c155d2cf0405892dae5b
tree02bc81d653f2ba51928be065dbcb1a5d3a31f193
parent3fd45949e7b067262d09f9af3ce2db5a1256d78c
ASoC: wm8996: Remove spurious regulator_bulk_free()

We're using demv_regulator_bulk_get() so don't need to manually free and
this is in the CODEC driver not the I2C driver anyway.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm8996.c