commit | 16032624f511b2fac0671cba5e7da40aa7e73a66 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Fri Jul 27 13:01:54 2012 -0600 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sat Aug 04 12:13:53 2012 +0100 |
tree | 4189c428c8372836bd930841cb406ddf376c33a5 | |
parent | 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee [diff] |
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 <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>