iommu/of: Don't call iommu_ops->add_device directly
authorJoerg Roedel <jroedel@suse.de>
Wed, 5 Dec 2018 13:39:45 +0000 (14:39 +0100)
committerJoerg Roedel <jroedel@suse.de>
Mon, 17 Dec 2018 11:47:50 +0000 (12:47 +0100)
commit641fb0efbff063ed57f108c2eb4a4d26dbd5badd
tree83cfd8d5f96a5b54c66593bae593b3b4f7c78972
parentcc5aed44a3a8e4fca721636cf881a52f8d68a098
iommu/of: Don't call iommu_ops->add_device directly

Make sure to invoke this call-back through the proper
function of the IOMMU-API.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/of_iommu.c