Re: [PATCH] regmap: debugfs: Simplify calculation of `c->max_reg'

2013-02-14 Thread Mark Brown
On Thu, Feb 14, 2013 at 11:33:28AM +, Dimitris Papastamos wrote: > We don't need to use any of the file position information > to calculate the base and max register of each block. Just > use the counter directly. Applied, thanks. signature.asc Description: Digital signature

[PATCH] regmap: debugfs: Simplify calculation of `c->max_reg'

2013-02-14 Thread Dimitris Papastamos
We don't need to use any of the file position information to calculate the base and max register of each block. Just use the counter directly. Signed-off-by: Dimitris Papastamos --- drivers/base/regmap/regmap-debugfs.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/