Commit a0941e56 authored by Mark Brown's avatar Mark Brown

regmap: Fix x86_64 breakage

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 4d4cfd16
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment