From: David Woodhouse Date: Sun, 9 Mar 2014 20:33:06 +0000 (-0700) Subject: iommu/vt-d: Remove device_to_iommu() call from domain_remove_dev_info() X-Git-Tag: v3.15-rc1~70^2^6~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c7faa11ecf3eec17699ae73fc6e336cbf993081;p=pandora-kernel.git iommu/vt-d: Remove device_to_iommu() call from domain_remove_dev_info() This was problematic because it works by domain/bus/devfn and we want to make device_to_iommu() use only a struct device * (for handling non-PCI devices). Now that the iommu pointer is reliably stored in the device_domain_info, we don't need to look it up. Signed-off-by: David Woodhouse --- Reading git-diff-tree failed