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

Commit 4705a81b authored by Mark Brown's avatar Mark Brown
Browse files

Merge remote-tracking branch 'regmap/topic/core' into regmap-next

parents d2b923ef 7ca6759f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2582,10 +2582,7 @@ int regmap_register_patch(struct regmap *map, const struct reg_default *regs,
	map->async = true;

	ret = _regmap_multi_reg_write(map, regs, num_regs);
	if (ret != 0)
		goto out;

out:
	map->async = false;
	map->cache_bypass = bypass;