Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294142
b: refs/heads/master
c: 847fb6f
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Feb 6, 2012
1 parent 3c88e46 commit 6c900b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: aa795d129246cb4c973076e3242b8a2eb374f1ef
refs/heads/master: 847fb6fdf58c0ef4c207d2853a043a4da3db9c76
8 changes: 4 additions & 4 deletions trunk/drivers/base/regmap/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@ struct regmap {
unsigned int num_reg_defaults_raw;

/* if set, only the cache is modified not the HW */
unsigned int cache_only:1;
u32 cache_only;
/* if set, only the HW is modified not the cache */
unsigned int cache_bypass:1;
u32 cache_bypass;
/* if set, remember to free reg_defaults_raw */
unsigned int cache_free:1;
bool cache_free;

struct reg_default *reg_defaults;
const void *reg_defaults_raw;
void *cache;
bool cache_dirty;
u32 cache_dirty;
};

struct regcache_ops {
Expand Down

0 comments on commit 6c900b0

Please sign in to comment.