From: Srinivas Kandagatla Date: Tue, 14 May 2013 06:54:23 +0000 (+0100) Subject: regmap: debugfs: Fix return from regmap_debugfs_get_dump_start X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~30^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=213fa5d9685b985e0c61a8db1883a3abf94b18d7;p=pandora-kernel.git regmap: debugfs: Fix return from regmap_debugfs_get_dump_start regmap_debugfs_get_dump_start should return the offset of the register it should start reading from, However in the current code at one point the code does not return correct register offset. With this patch all the returns from this function takes reg_stride in to consideration to return correct offset. Signed-off-by: Srinivas Kandagatla Signed-off-by: Mark Brown --- Reading git-diff-tree failed