diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-02-18 04:02:48 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-18 23:09:58 -0500 |
commit | 423f0c4a3d32cc83dff204324f59aecb4516f3cf (patch) | |
tree | d85eb7fdd10da0d3035db18829d359504add2a6f | |
parent | da071489762499a3635cb3563d32792cea20c087 (diff) |
ASoC: cs42l51: Remove unused variable
‘cs42l51’ is not used. Remove it.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Brian Austin <brian.austin@cirrus.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r-- | sound/soc/codecs/cs42l51.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs42l51.c b/sound/soc/codecs/cs42l51.c index e53c8714591f..3eab46020a30 100644 --- a/sound/soc/codecs/cs42l51.c +++ b/sound/soc/codecs/cs42l51.c | |||
@@ -487,7 +487,6 @@ static struct snd_soc_dai_driver cs42l51_dai = { | |||
487 | 487 | ||
488 | static int cs42l51_probe(struct snd_soc_codec *codec) | 488 | static int cs42l51_probe(struct snd_soc_codec *codec) |
489 | { | 489 | { |
490 | struct cs42l51_private *cs42l51 = snd_soc_codec_get_drvdata(codec); | ||
491 | int ret, reg; | 490 | int ret, reg; |
492 | 491 | ||
493 | ret = snd_soc_codec_set_cache_io(codec, 8, 8, SND_SOC_REGMAP); | 492 | ret = snd_soc_codec_set_cache_io(codec, 8, 8, SND_SOC_REGMAP); |