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

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

......@@ -687,6 +687,10 @@ struct regmap *regmap_init(struct device *dev,
unsigned win_max = win_min +
config->ranges[j].window_len - 1;
/* Allow data window inside its own virtual range */
if (j == i)
continue;
if (range_cfg->range_min <= sel_reg &&
sel_reg <= range_cfg->range_max) {
dev_err(map->dev,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册