Skip to content

Commit

Permalink
regmap: Fix x86_64 breakage
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Feb 27, 2012
1 parent 4d4cfd1 commit a0941e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 a0941e5

Please sign in to comment.