Re: [PATCH 1/3] regmap: fix some error messages to take account of irq_reg_stride
From: Mark Brown <hidden> Date: 2012-08-01 13:56:17
On Fri, Jul 27, 2012 at 01:01:54PM -0600, Stephen Warren wrote:
From: Stephen Warren <redacted>
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.