diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-05-30 14:42:30 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-06-01 20:28:54 +0200 |
commit | 2d01e39b9073361317eb72b390dc2a4a3d76e192 (patch) | |
tree | c0724308bdf60f1d32b98e58a2325d93dfd57713 /sound/soc/codecs/wm8994.c | |
parent | ASoC: wm8994: Add digital loopback paths (diff) | |
download | linux-2d01e39b9073361317eb72b390dc2a4a3d76e192.tar.xz linux-2d01e39b9073361317eb72b390dc2a4a3d76e192.zip |
ASoC: wm8994: Remove unused variable
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8994.c')
-rw-r--r-- | sound/soc/codecs/wm8994.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index 55a5cc639b90..5d046b1c5a7e 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c @@ -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++) { |