ASoC: Remove needless codec->dapm.bias_level assignment to SND_SOC_BIAS_OFF
authorAxel Lin <axel.lin@gmail.com>
Mon, 3 Oct 2011 12:17:16 +0000 (20:17 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 3 Oct 2011 13:15:22 +0000 (14:15 +0100)
This assignment is done by the snd_soc_register_codec so there is no need
to redo it in probe function of a codec driver.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found