Re: [PATCH 1/3] regmap: fix some error messages to take account of irq_reg_stride

2012-08-01 Thread Mark Brown
On Fri, Jul 27, 2012 at 01:01:54PM -0600, Stephen Warren wrote: > From: Stephen Warren > > 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 te

[PATCH 1/3] regmap: fix some error messages to take account of irq_reg_stride

2012-07-27 Thread Stephen Warren
From: Stephen Warren 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 --- Note: This patc