From: Dimitris Papastamos Date: Fri, 10 Sep 2010 17:14:56 +0000 (+0100) Subject: ASoC: Fix incorrect register cache size configuration X-Git-Tag: v2.6.37-rc1~126^2~1^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5eec34c68eab7af8fe10d070cb0c948f73a8464;p=pandora-kernel.git ASoC: Fix incorrect register cache size configuration The reg_cache_size is the number of elements in the register cache, not the size of the cache itself. This is not a problem if the size of each element of the cache is 1 byte but it matters in any other case. Signed-off-by: Dimitris Papastamos Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed