Skip to content

Commit

Permalink
ASoC: soc-cache: Remove unneeded codec_drv pointer variable in snd_so…
Browse files Browse the repository at this point in the history
…c_flat_cache_init

Since commit d779fce
"ASoC: soc-cache: Ensure flat compression uses a copy of the defaults cache",
the codec_drv pointer variable is not used any more.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Axel Lin authored and Mark Brown committed Aug 15, 2011
1 parent ea19f49 commit 31e12dd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sound/soc/soc-cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -868,10 +868,6 @@ static int snd_soc_flat_cache_exit(struct snd_soc_codec *codec)

static int snd_soc_flat_cache_init(struct snd_soc_codec *codec)
{
const struct snd_soc_codec_driver *codec_drv;

codec_drv = codec->driver;

if (codec->reg_def_copy)
codec->reg_cache = kmemdup(codec->reg_def_copy,
codec->reg_size, GFP_KERNEL);
Expand Down

0 comments on commit 31e12dd

Please sign in to comment.