On Thu, 2018-02-01 at 17:59:22 UTC, Rob Herring wrote: > Instead of calling both of_irq_parse_one and irq_create_of_mapping, call > of_irq_get instead which does essentially the same thing. of_irq_get > also calls irq_find_host for deferred probe support, but this should be > fine as irq_create_of_mapping also calls that internally. This gets us > closer to making the former 2 functions static. > > In the process of simplifying request_event_sources_irqs, combine the > the pr_err and WARN_ON calls to just a WARN(). > > Cc: Benjamin Herrenschmidt <b...@kernel.crashing.org> > Cc: Paul Mackerras <pau...@samba.org> > Cc: Michael Ellerman <m...@ellerman.id.au> > Cc: linuxppc-dev@lists.ozlabs.org > Signed-off-by: Rob Herring <r...@kernel.org>
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/c417596d2409125b1814c05e994a21 cheers