Re: [PATCH next] arch: powerpc: platforms: Remove unnecessary call to of_node_get

2024-05-30 Thread prabhav kumar
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.

Re: [PATCH next] arch: powerpc: platforms: Remove unnecessary call to of_node_get

2024-05-23 Thread Michael Ellerman
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