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

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

...@@ -814,7 +814,7 @@ static int _regmap_raw_write(struct regmap *map, unsigned int reg, ...@@ -814,7 +814,7 @@ static int _regmap_raw_write(struct regmap *map, unsigned int reg,
ival); ival);
if (ret) { if (ret) {
dev_err(map->dev, dev_err(map->dev,
"Error in caching of register: %u ret: %d\n", "Error in caching of register: %x ret: %d\n",
reg + i, ret); reg + i, ret);
return ret; return ret;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册