Skip to content

Commit

Permalink
ASoC: cs42l51: Remove unused variable
Browse files Browse the repository at this point in the history
‘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>
  • Loading branch information
Sachin Kamat authored and Mark Brown committed Feb 19, 2014
1 parent da07148 commit 423f0c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/soc/codecs/cs42l51.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 423f0c4

Please sign in to comment.