[PATCH 21/26] iommu/vt-d: Only call domain_remove_one_dev_info to detach old domain

2015-08-05 Thread Joerg Roedel
From: Joerg Roedel There is no need to make a difference here between VM and non-VM domains, so simplify this code here. Signed-off-by: Joerg Roedel --- drivers/iommu/intel-iommu.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/iommu/intel-iommu.c

[PATCH 21/26] iommu/vt-d: Only call domain_remove_one_dev_info to detach old domain

2015-08-05 Thread Joerg Roedel
From: Joerg Roedel jroe...@suse.de There is no need to make a difference here between VM and non-VM domains, so simplify this code here. Signed-off-by: Joerg Roedel jroe...@suse.de --- drivers/iommu/intel-iommu.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git