On Thu, May 23, 2024 at 4:55 PM Michael Ellerman wrote:
>
> Prabhav Kumar Vaish writes:
> > `dev->of_node` has a pointer to device node, of_node_get call seems
> > unnecessary.
>
> Sorry but it is necessary.
>
> > Signed-off-by: Prabhav Kumar Vaish
> > ---
> > arch/powerpc/platforms/cell/iommu.
Prabhav Kumar Vaish writes:
> `dev->of_node` has a pointer to device node, of_node_get call seems
> unnecessary.
Sorry but it is necessary.
> Signed-off-by: Prabhav Kumar Vaish
> ---
> arch/powerpc/platforms/cell/iommu.c | 9 +++--
> 1 file changed, 3 insertions(+), 6 deletions(-)
>
> diff