]> git.karo-electronics.de Git - linux-beck.git/commit
iommu/mediatek: Do not call of_node_put in mtk_iommu_of_xlate
authorHonghui Zhang <honghui.zhang@mediatek.com>
Wed, 8 Jun 2016 09:50:44 +0000 (17:50 +0800)
committerJoerg Roedel <jroedel@suse.de>
Tue, 21 Jun 2016 09:36:19 +0000 (11:36 +0200)
commit9fec79df898602f5a20c0ab489bf9780aa98185d
tree301648e62a8b9564c6b1db7c1753bc4bb61480d7
parent5edb56491d4812c42175980759da53388e5d86f5
iommu/mediatek: Do not call of_node_put in mtk_iommu_of_xlate

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@mediatek.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/mtk_iommu.c