提交 4705a81b 编写于 作者: M Mark Brown

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

...@@ -2582,10 +2582,7 @@ int regmap_register_patch(struct regmap *map, const struct reg_default *regs, ...@@ -2582,10 +2582,7 @@ int regmap_register_patch(struct regmap *map, const struct reg_default *regs,
map->async = true; map->async = true;
ret = _regmap_multi_reg_write(map, regs, num_regs); ret = _regmap_multi_reg_write(map, regs, num_regs);
if (ret != 0)
goto out;
out:
map->async = false; map->async = false;
map->cache_bypass = bypass; map->cache_bypass = bypass;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册