From: Charles Keepax Date: Tue, 6 Aug 2013 15:42:30 +0000 (+0100) Subject: mfd: wm5110: Set FX_CTRL2 to volatile X-Git-Tag: next-20130822~53^2^2~15 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=44955ab50af17ac23ca2c5c17d91eb19daadae8b;p=karo-tx-linux.git mfd: wm5110: Set FX_CTRL2 to volatile FX_CTRL2 is a volatile register and should be marked as such, this patch does so. Signed-off-by: Charles Keepax Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/wm5110-tables.c b/drivers/mfd/wm5110-tables.c index 49032651a545..3113e39b318e 100644 --- a/drivers/mfd/wm5110-tables.c +++ b/drivers/mfd/wm5110-tables.c @@ -2349,6 +2349,7 @@ static bool wm5110_volatile_register(struct device *dev, unsigned int reg) case ARIZONA_IRQ_PIN_STATUS: case ARIZONA_AOD_IRQ1: case ARIZONA_AOD_IRQ2: + case ARIZONA_FX_CTRL2: case ARIZONA_ASRC_STATUS: case ARIZONA_DSP_STATUS: case ARIZONA_DSP1_CONTROL_1: