Re: [PATCH v2] mfd: wm8994: declare dc servo register for wm8958 as volatile

2014-08-14 Thread Charles Keepax
On Wed, Aug 13, 2014 at 04:27:29PM +0100, Nikesh Oswal wrote: > DC Servo register 57h holds the DC offset value after the hardware has > completed the DC Servo Correction, so declare this register as volatile > because it is changed by the hardware. > > Signed-off-by: Nikesh Oswal > --- > driver

[PATCH v2] mfd: wm8994: declare dc servo register for wm8958 as volatile

2014-08-13 Thread Nikesh Oswal
DC Servo register 57h holds the DC offset value after the hardware has completed the DC Servo Correction, so declare this register as volatile because it is changed by the hardware. Signed-off-by: Nikesh Oswal --- drivers/mfd/wm8994-regmap.c |1 + 1 file changed, 1 insertion(+) diff --git a