Re: [PATCH] iommu/mediatek: Do not call of_node_put in mtk_iommu_of_xlate

From: Joerg Roedel
Date: Tue Jun 21 2016 - 05:43:55 EST


On Wed, Jun 08, 2016 at 05:50:44PM +0800, honghui.zhang@xxxxxxxxxxxx wrote:
> From: Honghui Zhang <honghui.zhang@xxxxxxxxxxxx>
>
> The device_node will be released in of_iommu_configure, it may be double
> released if call of_node_put in mtk_iommu_of_xlate.
>
> Signed-off-by: Honghui Zhang <honghui.zhang@xxxxxxxxxxxx>
> ---
> drivers/iommu/mtk_iommu.c | 1 -
> 1 file changed, 1 deletion(-)

Applied, thanks.