mfd: Apply irq_mask_cur before handling max77686 interrupts
authorYadwinder Singh Brar <yadi.brar01@gmail.com>
Thu, 5 Jul 2012 03:58:21 +0000 (09:28 +0530)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 9 Jul 2012 13:13:42 +0000 (15:13 +0200)
According to TRM, though we mask the interrupts in interrupt-mask register,
interrupt source-register still provide the status of the masked interrupts.
So we should apply irq_mask_cur to read interrupt source-register value before
handling.

Signed-off-by: Yadwinder Singh Brar <yadi.brar@samsung.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

No differences found