diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-01-24 20:51:34 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-01-24 20:51:34 +0100 |
commit | 5509f2f80c711add6bbcec9af7f4bbba2e2cc22b (patch) | |
tree | 1b28dc400349c09ea9fcd3dff0b6f18d050c8edd /sound/soc/codecs/wm5100.c | |
parent | ASoC: Convert the WM5100 revision A updates to a regmap patch (diff) | |
download | linux-5509f2f80c711add6bbcec9af7f4bbba2e2cc22b.tar.xz linux-5509f2f80c711add6bbcec9af7f4bbba2e2cc22b.zip |
ASoC: wm5100: Fix warnings from recent patches
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm5100.c')
-rw-r--r-- | sound/soc/codecs/wm5100.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm5100.c b/sound/soc/codecs/wm5100.c index e40c81eaec38..714256e609c1 100644 --- a/sound/soc/codecs/wm5100.c +++ b/sound/soc/codecs/wm5100.c @@ -1346,7 +1346,7 @@ static int wm5100_set_bias_level(struct snd_soc_codec *codec, enum snd_soc_bias_level level) { struct wm5100_priv *wm5100 = snd_soc_codec_get_drvdata(codec); - int ret, i; + int ret; switch (level) { case SND_SOC_BIAS_ON: @@ -2504,7 +2504,6 @@ err_gpio: static int wm5100_remove(struct snd_soc_codec *codec) { struct wm5100_priv *wm5100 = snd_soc_codec_get_drvdata(codec); - struct i2c_client *i2c = to_i2c_client(codec->dev); if (wm5100->pdata.hp_pol) { gpio_free(wm5100->pdata.hp_pol); |