summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8994.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-05-30 13:42:30 +0100
committerMark Brown <broonie@linaro.org>2013-06-01 19:28:54 +0100
commit2d01e39b9073361317eb72b390dc2a4a3d76e192 (patch)
treec0724308bdf60f1d32b98e58a2325d93dfd57713 /sound/soc/codecs/wm8994.c
parent50941968fc9e359a89da2136b11328fe700dbd7d (diff)
downloadlinux-2d01e39b9073361317eb72b390dc2a4a3d76e192.tar.gz
linux-2d01e39b9073361317eb72b390dc2a4a3d76e192.tar.xz
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.c1
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++) {