]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Remove unused "control_data" field of struct wm9090_priv
authorAxel Lin <axel.lin@gmail.com>
Tue, 27 Sep 2011 12:45:17 +0000 (20:45 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 27 Sep 2011 18:53:38 +0000 (19:53 +0100)
commit47872748c824cdf1cf409cca7eefe92f5a6d8102
tree42194b91521979dc089da64e348726ee0a84edce
parentf2167770151b4517b7c5e7d56eef9467ac312a99
ASoC: Remove unused "control_data" field of struct wm9090_priv

The control_data field is used to initialize the codec's control_data field,
but since this is also done by the snd-soc-cache core, the redundant
assignment can be removed and the field can be dropped.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm9090.c