Merge remote-tracking branch 'regmap/fix/rbtree' into regmap-linus

This commit is contained in:
Mark Brown 2013-08-21 17:08:17 +01:00
commit 7f242bd889
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}