summaryrefslogtreecommitdiff
path: root/flowtop.8
diff options
context:
space:
mode:
Diffstat (limited to 'flowtop.8')
0 files changed, 0 insertions, 0 deletions
it.cgi/linux/net-next.git/commit/Documentation/i2c/fault-codes?h=nds-private-remove&id=f0aa1ce6259eb65f53f969b3250c1d0aac84f30b'>f0aa1ce6259eb65f53f969b3250c1d0aac84f30b (patch) tree1015781676836a0e849c65a49e50679c1884b24d /Documentation/i2c/fault-codes parent815806e39bf6f7e7b34875d4a9609dbe76661782 (diff)
regmap: fix deadlock on _regmap_raw_write() error path
Commit 815806e39bf6 ("regmap: drop cache if the bus transfer error") added a call to regcache_drop_region() to error path in _regmap_raw_write(). However that path runs with regmap lock taken, and regcache_drop_region() tries to re-take it, causing a deadlock. Fix that by calling map->cache_ops->drop() directly. Signed-off-by: Nikita Yushchenko <nikita.yoush@cogentembedded.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/i2c/fault-codes')