Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280541
b: refs/heads/master
c: 462a185
h: refs/heads/master
i:
  280539: d0e7990
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Mark Brown committed Nov 15, 2011
1 parent e3c5efb commit 90e4c5b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: bd061c78cabc28bb64ed79f784d24918b6bdb791
refs/heads/master: 462a185c5cea7063348003c1644b70a6f6780f01
3 changes: 2 additions & 1 deletion trunk/drivers/base/regmap/regcache-rbtree.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

static int regcache_rbtree_write(struct regmap *map, unsigned int reg,
unsigned int value);
static int regcache_rbtree_exit(struct regmap *map);

struct regcache_rbtree_node {
/* the actual rbtree node holding this block */
Expand Down Expand Up @@ -149,7 +150,7 @@ static int regcache_rbtree_init(struct regmap *map)
return 0;

err:
regcache_exit(map);
regcache_rbtree_exit(map);
return ret;
}

Expand Down

0 comments on commit 90e4c5b

Please sign in to comment.