mfd: tps65090: Pass irq domain when adding mfd sub devices
authorLaxman Dewangan <ldewangan@nvidia.com>
Tue, 29 Jan 2013 09:05:17 +0000 (14:35 +0530)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 13 Feb 2013 23:22:55 +0000 (00:22 +0100)
When device is get added through DT then irq_base is 0 (zero)
and in this case regmap_irq_chip_get_base() generates warning.
The interrupt of this device get added through irq_domain_add_linear()
when irq_base is 0.

Hence pass the irq domain in place of base_irq when calling
mfd_add_devices().

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

No differences found