commit | 120f80518125b8c312007a54106759d608487553 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Jan 02 15:32:00 2013 +0000 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Jan 08 20:52:45 2013 +0000 |
tree | 8bfed65b46671eac0ec9e7ca04875eba7e4896e8 | |
parent | d1c3ed669a2d452cacfb48c2d171a1f364dae2ed [diff] |
regmap: debugfs: Fix attempts to read nonexistant register blocks Return the start of the last block we tried to read rather than a position, and also make sure we update the byte position while we're at it. Without this reads that go into nonexistant areas get confused. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>