From: Lars-Peter Clausen Date: Sat, 1 Mar 2014 12:46:44 +0000 (+0100) Subject: ASoC: wm8753: Remove superfluous 'codec->cache_sync = 1' X-Git-Tag: v3.15-rc1~36^2~1^2~5^2~2^7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48b5e1fb883c8c72b50ee1ccd3ee51e4f53f632f;p=pandora-kernel.git ASoC: wm8753: Remove superfluous 'codec->cache_sync = 1' The wm8763 driver uses regmap for IO which means that codec->cache_sync is not used. The line was added in commit d3398ff ('ASoC: Convert WM8753 to direct regmap API usage'). Presumably this was meant to be regcache_mark_dirty(), but since we already call regcache_mark_dirty() in the core when suspending the CODEC it is safe to just remove the line. Signed-off-by: Lars-Peter Clausen Acked-by: Charles Keepax Signed-off-by: Mark Brown --- Reading git-diff-tree failed