commit | 9fec79df898602f5a20c0ab489bf9780aa98185d | [log] [tgz] |
---|---|---|
author | Honghui Zhang <honghui.zhang@mediatek.com> | Wed Jun 08 17:50:44 2016 +0800 |
committer | Joerg Roedel <jroedel@suse.de> | Tue Jun 21 11:36:19 2016 +0200 |
tree | 301648e62a8b9564c6b1db7c1753bc4bb61480d7 | |
parent | 5edb56491d4812c42175980759da53388e5d86f5 [diff] |
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>