Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294172
b: refs/heads/master
c: 6ff7373
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Feb 23, 2012
1 parent b93d5b6 commit 09306f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c3ec23288a92e20e0aff84a4cb6fbc7cc9bcf567
refs/heads/master: 6ff7373809a9b4eb644d83e2e299da297e1cbffa
3 changes: 3 additions & 0 deletions trunk/drivers/base/regmap/regcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,9 @@ int regcache_sync(struct regmap *map)

ret = map->cache_ops->sync(map);

if (ret == 0)
map->cache_dirty = false;

out:
trace_regcache_sync(map->dev, name, "stop");
/* Restore the bypass state */
Expand Down

0 comments on commit 09306f9

Please sign in to comment.