From: Dimitris Papastamos Date: Fri, 8 Feb 2013 12:47:14 +0000 (+0000) Subject: regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cache X-Git-Tag: v3.9-rc1~155^2~4^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2c1ee66016a45477f58f0fd30907b1e959ca76b;p=pandora-kernel.git regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cache We are keeping track of the maximum register as well, this will make things easier for us in sharing this code with the code implementing the register ranges functionality. It also simplifies a bit the calculations when looking for the relevant block:offset from within the cache. Signed-off-by: Dimitris Papastamos Signed-off-by: Mark Brown --- Reading git-diff-tree failed