From 081b9c5eb1ee4104da664c166a78f1aeb020acda Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Sat, 13 Aug 2011 21:27:16 +0800 Subject: [PATCH] --- yaml --- r: 270510 b: refs/heads/master c: 3a52f19ee6b5cbe36b9a47ab01ee7ca6d2e559e8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/soc-cache.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 55f1835537ea..09c9227bace2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 31e12dd377f463eba21609486ee809fd1418d400 +refs/heads/master: 3a52f19ee6b5cbe36b9a47ab01ee7ca6d2e559e8 diff --git a/trunk/sound/soc/soc-cache.c b/trunk/sound/soc/soc-cache.c index c17d01211835..fdfd4881c9d1 100644 --- a/trunk/sound/soc/soc-cache.c +++ b/trunk/sound/soc/soc-cache.c @@ -548,9 +548,6 @@ static inline int snd_soc_lzo_get_blkpos(struct snd_soc_codec *codec, static inline int snd_soc_lzo_get_blksize(struct snd_soc_codec *codec) { - const struct snd_soc_codec_driver *codec_drv; - - codec_drv = codec->driver; return DIV_ROUND_UP(codec->reg_size, snd_soc_lzo_block_count()); }