diff options
author | Elaine Zhang <zhangqing@rock-chips.com> | 2016-08-18 09:01:55 (GMT) |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-08-18 10:09:12 (GMT) |
commit | 815806e39bf6f7e7b34875d4a9609dbe76661782 (patch) | |
tree | 159196282922d63c2c2a5dc52f7f6053060fb0f2 /fs/ncpfs/symlink.c | |
parent | b2c7f5d9c939a37c1ce7f86a642de70e3033ee9e (diff) | |
download | linux-815806e39bf6f7e7b34875d4a9609dbe76661782.tar.xz |
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: Elaine Zhang <zhangqing@rock-chips.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'fs/ncpfs/symlink.c')
0 files changed, 0 insertions, 0 deletions