iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasid
authorJoerg Roedel <jroedel@suse.de>
Tue, 8 Jul 2014 10:53:32 +0000 (12:53 +0200)
committerJoerg Roedel <jroedel@suse.de>
Thu, 10 Jul 2014 13:36:22 +0000 (15:36 +0200)
commitcaf8a518d73e71c4073ef1bd5c369e80d27ebf2c
tree602449affef02f42bd25d8d437cd0d9d5f405540
parentff6d0cce38aa2d1516222700dd413b33f0701504
iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasid

This function is called only in the mn_release() path, so
there is no need to unregister the mmu_notifer here.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
Tested-by: Oded Gabbay <Oded.Gabbay@amd.com>
drivers/iommu/amd_iommu_v2.c