Commit af8ee69d authored by Mark Brown's avatar Mark Brown

Merge remote-tracking branch 'regmap/fix/async' into tmp

parents 6d66df41 f951b658
......@@ -1035,6 +1035,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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment