ASoC: wm8753: Remove superfluous 'codec->cache_sync = 1'
authorLars-Peter Clausen <lars@metafoo.de>
Sat, 1 Mar 2014 12:46:44 +0000 (13:46 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 4 Mar 2014 04:04:30 +0000 (12:04 +0800)
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 <lars@metafoo.de>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found