Rob Herring <r...@kernel.org> writes: > Commit 8ce5f8415753 ("of: Remove struct device_node.type pointer") > removed struct device_node.type pointer, but the conversion to use > of_node_is_type() accessor was missed in chrp_init_IRQ(). > > Fixes: 8ce5f8415753 ("of: Remove struct device_node.type pointer") > Reported-by: kbuild test robot <l...@intel.com> > Cc: Benjamin Herrenschmidt <b...@kernel.crashing.org> > Cc: Paul Mackerras <pau...@samba.org> > Cc: Michael Ellerman <m...@ellerman.id.au> > Cc: linuxppc-...@lists.ozlabs.org > Signed-off-by: Rob Herring <r...@kernel.org> > --- > Michael, I see you just sent a PR of fixes. I can send this to Linus if > you prefer.
Yeah if you're happy to, thanks. Acked-by: Michael Ellerman <m...@ellerman.id.au> cheers