mfd: max77693: Fix up bug of wrong interrupt number
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 10 Oct 2013 01:05:55 +0000 (10:05 +0900)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 4 Nov 2013 08:41:19 +0000 (09:41 +0100)
The max77693 MFD device use irq domain method which has hardware interrupt
number and virtual interrupt number getting through irq domain mapping.
This patch use hardware interrupt number instead of virtual interrupt number
to get struct irq_data.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

No differences found