Re: [PATCH -next] powerpc/iommu: Add missing of_node_put in iommu_init_early_dart

From: Michael Ellerman
Date: Tue May 24 2022 - 07:16:58 EST


On Mon, 25 Apr 2022 08:12:45 +0000, Peng Wu wrote:
> The device_node pointer is returned by of_find_compatible_node
> with refcount incremented. We should use of_node_put() to avoid
> the refcount leak.
>
>

Applied to powerpc/next.

[1/1] powerpc/iommu: Add missing of_node_put in iommu_init_early_dart
https://git.kernel.org/powerpc/c/57b742a5b8945118022973e6416b71351df512fb

cheers