From 4f8c6d40f9093f3630d6ddfb8b509624d1811cc7 Mon Sep 17 00:00:00 2001 From: Dimitris Papastamos Date: Mon, 29 Nov 2010 11:43:33 +0000 Subject: [PATCH] --- yaml --- r: 230315 b: refs/heads/master c: 09c74a9d0b0bedff16d0881db8cc0054a5e34f47 h: refs/heads/master i: 230313: 84bbea93c3402ac1f53c5d56e1fe46d75da26276 230311: 603a8e9b4ee2ce46671673a9ecef7e1b7d411f05 v: v3 --- [refs] | 2 +- trunk/sound/soc/soc-cache.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 49cdab724286..810b7611f82b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dfa7c70b04bb20df7936018c737014655bf92d09 +refs/heads/master: 09c74a9d0b0bedff16d0881db8cc0054a5e34f47 diff --git a/trunk/sound/soc/soc-cache.c b/trunk/sound/soc/soc-cache.c index 9b1ba33e6fe9..514398463f7d 100644 --- a/trunk/sound/soc/soc-cache.c +++ b/trunk/sound/soc/soc-cache.c @@ -1348,7 +1348,7 @@ static int snd_soc_lzo_cache_init(struct snd_soc_codec *codec) ret = -ENOMEM; goto err; } - bitmap_zero(sync_bmp, reg_size); + bitmap_zero(sync_bmp, bmp_size); /* allocate the lzo blocks and initialize them */ for (i = 0; i < blkcount; ++i) {