Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267014
b: refs/heads/master
c: e42c5a9
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Oct 10, 2011
1 parent 145dc5f commit 8810ef9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 04e016adcae28b65ddc9e756947fa1526a51c0b5
refs/heads/master: e42c5a9a4230c38ceba0a890b30a2d0dd9314bff
3 changes: 0 additions & 3 deletions trunk/drivers/base/regmap/regcache-rbtree.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,6 @@ static int regcache_rbtree_write(struct regmap *map, unsigned int reg,
regcache_rbtree_set_register(rbnode, reg_tmp, value,
map->cache_word_size);
} else {
/* bail out early, no need to create the rbnode yet */
if (!value)
return 0;
/* look for an adjacent register to the one we are about to add */
for (node = rb_first(&rbtree_ctx->root); node;
node = rb_next(node)) {
Expand Down

0 comments on commit 8810ef9

Please sign in to comment.