Merge tag 'v3.9-rc7' into regmap-cache

Linux 3.9-rc7
This commit is contained in:
Mark Brown
2013-04-16 16:02:41 +01:00
1427 changed files with 16863 additions and 8413 deletions

View File

@@ -404,7 +404,7 @@ static int regcache_rbtree_sync(struct regmap *map, unsigned int min,
base = 0;
if (max < rbnode->base_reg + rbnode->blklen)
end = rbnode->base_reg + rbnode->blklen - max;
end = max - rbnode->base_reg + 1;
else
end = rbnode->blklen;