Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266999
b: refs/heads/master
c: a40c282
h: refs/heads/master
i:
  266997: bbe7d6c
  266995: 853d0a4
  266991: b47aebd
v: v3
  • Loading branch information
Dimitris Papastamos authored and Mark Brown committed Sep 28, 2011
1 parent 1fa7823 commit 30714a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3405addd220a0cf2e3a8ffb9051afe766e5f52e8
refs/heads/master: a40c282362419b8bccb75cea081992f535841085
2 changes: 1 addition & 1 deletion trunk/drivers/base/regmap/regcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ int regcache_sync(struct regmap *map)
if (ret < 0)
goto out;
regcache_cache_bypass(map, true);
ret = regcache_write(map, i, val);
ret = regmap_write(map, i, val);
regcache_cache_bypass(map, false);
if (ret < 0)
goto out;
Expand Down

0 comments on commit 30714a1

Please sign in to comment.