提交 f951b658 编写于 作者: M Mark Brown

regmap: async: Add missing return

Let's only write once...
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 8bb96604
......@@ -1036,6 +1036,8 @@ static int _regmap_raw_write(struct regmap *map, unsigned int reg,
kfree(async->work_buf);
kfree(async);
}
return ret;
}
trace_regmap_hw_write_start(map->dev, reg,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册