diff options
author | Lars-Peter Clausen <[email protected]> | 2014-03-01 13:46:44 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2014-03-04 12:04:30 +0800 |
commit | 48b5e1fb883c8c72b50ee1ccd3ee51e4f53f632f (patch) | |
tree | ffc44b789c1d62a575b35e7940caeb11d89b6e9d /drivers/i2c/algos/i2c-algo-bit.c | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 (diff) |
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 <[email protected]>
Acked-by: Charles Keepax <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'drivers/i2c/algos/i2c-algo-bit.c')
0 files changed, 0 insertions, 0 deletions