aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mfd/twl4030-irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/twl4030-irq.c b/drivers/mfd/twl4030-irq.c
index 3ac72163b7bd..b69bb517b102 100644
--- a/drivers/mfd/twl4030-irq.c
+++ b/drivers/mfd/twl4030-irq.c
@@ -492,7 +492,7 @@ static void twl4030_sih_bus_sync_unlock(struct irq_data *data)
492 u8 bytes[4]; 492 u8 bytes[4];
493 } imr; 493 } imr;
494 494
495 /* byte[0] gets overwriten as we write ... */ 495 /* byte[0] gets overwritten as we write ... */
496 imr.word = cpu_to_le32(agent->imr << 8); 496 imr.word = cpu_to_le32(agent->imr << 8);
497 agent->imr_change_pending = false; 497 agent->imr_change_pending = false;
498 498