ASoC: soc-cache: Remove unneeded codec_drv pointer variable in snd_soc_flat_cache_init
authorAxel Lin <axel.lin@gmail.com>
Sat, 13 Aug 2011 13:12:01 +0000 (21:12 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 15 Aug 2011 13:52:02 +0000 (22:52 +0900)
commit31e12dd377f463eba21609486ee809fd1418d400
tree9760aba9f909ed64ec660d94ee07117fddf57e7e
parentea19f494d6944ade02085d894a17c92d8e3057f0
ASoC: soc-cache: Remove unneeded codec_drv pointer variable in snd_soc_flat_cache_init

Since commit d779fce5d79525d66269c8f6e430e1515d697f3d
"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>
sound/soc/soc-cache.c