From: Stephen Warren Date: Fri, 27 Jul 2012 19:01:54 +0000 (-0600) Subject: regmap: fix some error messages to take account of irq_reg_stride X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~107^2^3~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16032624f511b2fac0671cba5e7da40aa7e73a66;p=pandora-kernel.git regmap: fix some error messages to take account of irq_reg_stride A number of places in the code were printing error messages that included the address of a register, but were not calculating the register address in the same way as the access to the register. Use a temporary to solve this. Signed-off-by: Stephen Warren Signed-off-by: Mark Brown --- Reading git-diff-tree failed