Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0941e56 authored by Mark Brown's avatar Mark Brown
Browse files

regmap: Fix x86_64 breakage

parent 4d4cfd16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;