Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280533
b: refs/heads/master
c: 50b776f
h: refs/heads/master
i:
  280531: 7b5afcc
v: v3
  • Loading branch information
Mark Brown committed Nov 8, 2011
1 parent 35b37b5 commit bd5e65b
Show file tree
Hide file tree
Showing 3 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: 8ae0d7e8a918e9603748abe9b31984fc5d96abb3
refs/heads/master: 50b776fc71c13663eb7434f634f2b796de5c9885
2 changes: 1 addition & 1 deletion trunk/drivers/base/regmap/regcache-lzo.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ static int regcache_lzo_sync(struct regmap *map)
}

struct regcache_ops regcache_lzo_ops = {
.type = REGCACHE_LZO,
.type = REGCACHE_COMPRESSED,
.name = "lzo",
.init = regcache_lzo_init,
.exit = regcache_lzo_exit,
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/regmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ enum regcache_type {
REGCACHE_NONE,
REGCACHE_INDEXED,
REGCACHE_RBTREE,
REGCACHE_LZO
REGCACHE_COMPRESSED
};

/**
Expand Down

0 comments on commit bd5e65b

Please sign in to comment.