Browse Source

regmap: Fix x86_64 breakage

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Mark Brown 13 years ago
parent
commit
a0941e562e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/base/regmap/regcache-lzo.c

+ 1 - 1
drivers/base/regmap/regcache-lzo.c

@@ -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;