Skip to content

Commit

Permalink
Merge remote-tracking branch 'regmap/fix/rbtree' into regmap-linus
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Aug 21, 2013
2 parents 4ff98c9 + 4e67fb5 commit 7f242bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/base/regmap/regcache-rbtree.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 7f242bd

Please sign in to comment.