ASoC: wm9090: Use devm_regmap_init_i2c()
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 28 Nov 2012 09:13:52 +0000 (14:43 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 2 Dec 2012 04:03:37 +0000 (13:03 +0900)
commitbe7eaf53fdf7800c56bcceaf72523463c60e32d3
tree4a0fa9977ae8d8169e41d2873bcaf016280d515a
parent9489e9dcae718d5fde988e4a684a0f55b5f94d17
ASoC: wm9090: Use devm_regmap_init_i2c()

devm_regmap_init_i2c() is device managed and makes error
handling and code cleanup simpler.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm9090.c