summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
diff options
context:
space:
mode:
authorJoerg Roedel2014-09-05 12:22:27 +0200
committerJoerg Roedel2014-09-25 15:48:09 +0200
commit6f952710917cfb801664333a491e4a120451a9ff (patch)
tree5fa1dbfb72e8fb9d71a885a9b60b36f88cce042e /drivers/infiniband/hw
parentvfio: Convert to use new iommu_capable() API function (diff)
downloadkernel-qcow2-linux-6f952710917cfb801664333a491e4a120451a9ff.tar.gz
kernel-qcow2-linux-6f952710917cfb801664333a491e4a120451a9ff.tar.xz
kernel-qcow2-linux-6f952710917cfb801664333a491e4a120451a9ff.zip
IB/usnic: Convert to use new iommu_capable() API function
Cc: Upinder Malhi <umalhi@cisco.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/infiniband/hw')
-rw-r--r--drivers/infiniband/hw/usnic/usnic_uiom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/usnic/usnic_uiom.c b/drivers/infiniband/hw/usnic/usnic_uiom.c
index 801a1d6937e4..417de1f32960 100644
--- a/drivers/infiniband/hw/usnic/usnic_uiom.c
+++ b/drivers/infiniband/hw/usnic/usnic_uiom.c
@@ -507,7 +507,7 @@ int usnic_uiom_attach_dev_to_pd(struct usnic_uiom_pd *pd, struct device *dev)
if (err)
goto out_free_dev;
- if (!iommu_domain_has_cap(pd->domain, IOMMU_CAP_CACHE_COHERENCY)) {
+ if (!iommu_capable(dev->bus, IOMMU_CAP_CACHE_COHERENCY)) {
usnic_err("IOMMU of %s does not support cache coherency\n",
dev_name(dev));
err = -EINVAL;