summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-01-16 16:33:36 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-01-16 16:33:36 +0100
commitf32ca3db7f0b05a88edf37ccb00e262290a213e7 (patch)
tree872a36b411cf6c23911e51d33c33b81978d9cb96 /drivers
parentregmap: debugfs: Make sure we store the last entry in the offset cache (diff)
downloadlinux-f32ca3db7f0b05a88edf37ccb00e262290a213e7.tar.xz
linux-f32ca3db7f0b05a88edf37ccb00e262290a213e7.zip
regmap: debugfs: Fix seeking from the cache
We don't want to bomb out early if we failed to get the cache any more, just soldier on instead and we won't get confused and always return the first block. Reported-by: Philipp Zabel <p.zabel@pengutronix.de Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/base/regmap/regmap-debugfs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/base/regmap/regmap-debugfs.c b/drivers/base/regmap/regmap-debugfs.c
index 46a213a596e2..d9a6c94ce423 100644
--- a/drivers/base/regmap/regmap-debugfs.c
+++ b/drivers/base/regmap/regmap-debugfs.c
@@ -121,8 +121,6 @@ static unsigned int regmap_debugfs_get_dump_start(struct regmap *map,
c->max = p - 1;
list_add_tail(&c->list,
&map->debugfs_off_cache);
- } else {
- return base;
}
/*