Skip to content
Commit 815806e3 authored by Elaine Zhang's avatar Elaine Zhang Committed by Mark Brown
Browse files

regmap: drop cache if the bus transfer error



regmap_write
->_regmap_raw_write
-->regcache_write first and than use map->bus->write to wirte i2c or spi
But if the i2c or spi transfer failed, But the cache is updated, So if I use
regmap_read will get the cache data which is not the real register value.

Signed-off-by: default avatarElaine Zhang <zhangqing@rock-chips.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent b2c7f5d9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment