From: Laxman Dewangan Date: Tue, 29 Jan 2013 09:05:17 +0000 (+0530) Subject: mfd: tps65090: Pass irq domain when adding mfd sub devices X-Git-Tag: v3.9-rc1~92^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f979ed5e2656570f433101bfc5bc116a919316b;p=pandora-kernel.git mfd: tps65090: Pass irq domain when adding mfd sub devices 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 Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed