From: Sachin Kamat Date: Tue, 18 Feb 2014 09:02:48 +0000 (+0530) Subject: ASoC: cs42l51: Remove unused variable X-Git-Tag: firefly_0821_release~176^2~4090^2~1^2~5^2~7^6 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=423f0c4a3d32cc83dff204324f59aecb4516f3cf;p=firefly-linux-kernel-4.4.55.git ASoC: cs42l51: Remove unused variable ‘cs42l51’ is not used. Remove it. Signed-off-by: Sachin Kamat Acked-by: Brian Austin Signed-off-by: Mark Brown --- 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 = { static int cs42l51_probe(struct snd_soc_codec *codec) { - struct cs42l51_private *cs42l51 = snd_soc_codec_get_drvdata(codec); int ret, reg; ret = snd_soc_codec_set_cache_io(codec, 8, 8, SND_SOC_REGMAP);