18 Aug
2011
18 Aug
'11
4:21 p.m.
On Thu, Aug 18, 2011 at 03:31:04PM +0800, Axel Lin wrote:
This patch includes below small fixes:
- Move sta32x_set_bias_level() from sta32x_i2c_remove() to sta32x_remove().
- Remove a redundant regulator_bulk_free() call in sta32x_i2c_remove(), as we will call regulator_bulk_free() in sta32x_remove().
- Remove unneeded snd_soc_codec_set_drvdata(codec, NULL) in sta32x_i2c_remove. The i2c core will set the clientdata to NULL.
Applied, thanks.