ASoC: wm8994: Remove unused variable
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 30 May 2013 12:42:30 +0000 (13:42 +0100)
committerMark Brown <broonie@linaro.org>
Sat, 1 Jun 2013 18:28:54 +0000 (19:28 +0100)
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm8994.c

index 55a5cc639b9093af035bdddb02316fbf2c1a7218..5d046b1c5a7e8d2ec86c3e678022b3583fdd07ca 100644 (file)
@@ -3157,7 +3157,6 @@ static int wm8994_codec_suspend(struct snd_soc_codec *codec)
 static int wm8994_codec_resume(struct snd_soc_codec *codec)
 {
        struct wm8994_priv *wm8994 = snd_soc_codec_get_drvdata(codec);
-       struct wm8994 *control = wm8994->wm8994;
        int i, ret;
 
        for (i = 0; i < ARRAY_SIZE(wm8994->fll); i++) {
This page took 0.032868 seconds and 5 git commands to generate.