Skip to content

Commit

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

#include "internal.h"

static int regcache_lzo_exit(struct regmap *map);

struct regcache_lzo_ctx {
void *wmem;
void *dst;
Expand Down Expand Up @@ -193,7 +195,7 @@ static int regcache_lzo_init(struct regmap *map)

return 0;
err:
regcache_exit(map);
regcache_lzo_exit(map);
return ret;
}

Expand Down

0 comments on commit a565bc1

Please sign in to comment.