Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294175
b: refs/heads/master
c: a0941e5
h: refs/heads/master
i:
  294173: f92d1b1
  294171: b93d5b6
  294167: af7017e
  294159: 255a80a
  294143: 518a0c1
v: v3
  • Loading branch information
Mark Brown committed Feb 27, 2012
1 parent 867f86e commit 1bbbb59
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4d4cfd1656b5f6c88eae51c40741a695b108b006
refs/heads/master: a0941e562e8008804f9fe4400315ceb164752fac
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 @@ -341,7 +341,7 @@ static int regcache_lzo_sync(struct regmap *map, unsigned int min,

lzo_blocks = map->cache;
i = min;
for_each_set_bit_from(i, lzo_blocks[0]->sync_bmp,
for_each_set_bit_cont(i, lzo_blocks[0]->sync_bmp,
lzo_blocks[0]->sync_bmp_nbits) {
if (i > max)
continue;
Expand Down

0 comments on commit 1bbbb59

Please sign in to comment.