Re: [PATCH] powerpc: chrp: Use of_node_is_type to access device_type

From: Michael Ellerman
Date: Sat Jan 19 2019 - 05:41:13 EST


Rob Herring <robh@xxxxxxxxxx> 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 <lkp@xxxxxxxxx>
> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>
> Cc: Paul Mackerras <paulus@xxxxxxxxx>
> Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
> Cc: linuxppc-dev@xxxxxxxxxxxxxxxx
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> ---
> 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 <mpe@xxxxxxxxxxxxxx>

cheers