Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267001
b: refs/heads/master
c: 38f6916
h: refs/heads/master
i:
  266999: 30714a1
v: v3
  • Loading branch information
Dimitris Papastamos authored and Mark Brown committed Sep 28, 2011
1 parent 2b028de commit 94422b1
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ec8a365fe62c78a16268bd1d12dfbebc2b775991
refs/heads/master: 38f6916976f9e964748f097be3688e334fb60f3d
2 changes: 2 additions & 0 deletions trunk/drivers/base/regmap/regcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,9 @@ EXPORT_SYMBOL_GPL(regcache_sync);
*/
void regcache_cache_only(struct regmap *map, bool enable)
{
mutex_lock(&map->sync_lock);
map->cache_only = enable;
mutex_unlock(&map->sync_lock);
}
EXPORT_SYMBOL_GPL(regcache_cache_only);

Expand Down

0 comments on commit 94422b1

Please sign in to comment.