Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348802
b: refs/heads/master
c: 5a1d6d1
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Jan 8, 2013
1 parent e9c7ab2 commit b64b494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 120f80518125b8c312007a54106759d608487553
refs/heads/master: 5a1d6d172bc8a3ecf29add6c84d047025cb71566
2 changes: 1 addition & 1 deletion trunk/drivers/base/regmap/regmap-debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ static unsigned int regmap_debugfs_get_dump_start(struct regmap *map,

/* Find the relevant block */
list_for_each_entry(c, &map->debugfs_off_cache, list) {
if (*pos >= c->min && *pos <= c->max) {
if (from >= c->min && from <= c->max) {
*pos = c->min;
return c->base_reg;
}
Expand Down

0 comments on commit b64b494

Please sign in to comment.