diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-12 10:09:55 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-12 11:11:07 -0400 |
commit | 381ac990db3f4fdfbe91e3a636cab03edf293b9c (patch) | |
tree | 260adcba90d26999b827ff2411364a2297a84a60 | |
parent | 48bd3472d6512c74257706f7c38ad10a7117bac7 (diff) |
ASoC: Remove unused driver data from WM8961 probe
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
-rw-r--r-- | sound/soc/codecs/wm8961.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8961.c b/sound/soc/codecs/wm8961.c index fa36a62972f8..bfc6578ed060 100644 --- a/sound/soc/codecs/wm8961.c +++ b/sound/soc/codecs/wm8961.c | |||
@@ -959,7 +959,6 @@ static struct snd_soc_dai_driver wm8961_dai = { | |||
959 | 959 | ||
960 | static int wm8961_probe(struct snd_soc_codec *codec) | 960 | static int wm8961_probe(struct snd_soc_codec *codec) |
961 | { | 961 | { |
962 | struct wm8961_priv *wm8961 = snd_soc_codec_get_drvdata(codec); | ||
963 | int ret = 0; | 962 | int ret = 0; |
964 | u16 reg; | 963 | u16 reg; |
965 | 964 | ||