From: Linus Walleij Date: Tue, 23 Oct 2012 07:50:17 +0000 (+0200) Subject: pinctrl/nomadik: use zero as default irq_start X-Git-Tag: v3.7-rc3~32^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=832b6cdf72fdc32cacba242a749402d28f4648f0;p=pandora-kernel.git pinctrl/nomadik: use zero as default irq_start The irqdomain semantics were supposed to be such that a linear domain would be used if the passed first_irq was zero or negative, but I got it wrong so only passing zero as first_irq will work properly. Well, zero is NO_IRQ these days so let's pass zero. The semantics of irqdomain_add_simple() will be fixed in a separate patch. Acked-by: Lee Jones Reported-by: Rikard Olsson Signed-off-by: Linus Walleij --- Reading git-diff-tree failed