Merge remote-tracking branch 'regmap/fix/rbtree' into regmap-linus
This commit is contained in:
commit
7f242bd889
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ regcache_rbtree_node_alloc(struct regmap *map, unsigned int reg)
|
|||
}
|
||||
|
||||
if (!rbnode->blklen) {
|
||||
rbnode->blklen = sizeof(*rbnode);
|
||||
rbnode->blklen = 1;
|
||||
rbnode->base_reg = reg;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue