]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
regmap: debugfs: Fix seeking from the cache
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 16 Jan 2013 15:33:36 +0000 (00:33 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 16 Jan 2013 15:33:36 +0000 (00:33 +0900)
commitf32ca3db7f0b05a88edf37ccb00e262290a213e7
tree872a36b411cf6c23911e51d33c33b81978d9cb96
parente8d6539c8a94b88fc7ca5d6bdd9eeb0e64b434e4
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>
drivers/base/regmap/regmap-debugfs.c