Re: powerpc/powermac: drop useless call to of_find_node_by_name

2017-12-12 Thread Michael Ellerman
On Tue, 2017-01-31 at 18:01:44 UTC, Dmitry Torokhov wrote: > We are not using result, so this simply results in a leaked refcount. > > Signed-off-by: Dmitry Torokhov Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/df26200299eb05fa7d059cd235847e

[PATCH] powerpc/powermac: drop useless call to of_find_node_by_name

2017-01-31 Thread Dmitry Torokhov
We are not using result, so this simply results in a leaked refcount. Signed-off-by: Dmitry Torokhov --- Found by visual inspection, not tested... arch/powerpc/platforms/powermac/feature.c | 1 - 1 file changed, 1 deletion(-) diff --git