Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280551
b: refs/heads/master
c: 052d2cd
h: refs/heads/master
i:
  280549: 6a3ac36
  280547: 5b4a5ed
  280543: 5dd07a2
v: v3
  • Loading branch information
Mark Brown committed Nov 21, 2011
1 parent 728697b commit fc10a5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d91e8db2c3bbe8ef0e2f3e1a6ff5b31a8d53ef16
refs/heads/master: 052d2cd123e7e36ce54558ac5af0360de2343b2b
4 changes: 2 additions & 2 deletions trunk/drivers/base/regmap/regmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,12 @@ struct regmap *regmap_init(struct device *dev,
goto err_map;
}

regmap_debugfs_init(map);

ret = regcache_init(map, config);
if (ret < 0)
goto err_free_workbuf;

regmap_debugfs_init(map);

return map;

err_free_workbuf:
Expand Down

0 comments on commit fc10a5b

Please sign in to comment.