summaryrefslogtreecommitdiff
path: root/drivers/iommu
diff options
context:
space:
mode:
authorVandana Salve <vsalve@nvidia.com>2012-04-13 13:08:07 (GMT)
committerJoerg Roedel <joerg.roedel@amd.com>2012-04-16 11:56:44 (GMT)
commit543f3f33b6165585f755858baaa95530513f5c1e (patch)
treed5fb5f1056f080fb109595decf09c3360dbfdbc8 /drivers/iommu
parent907309176f38b3312b0aba51de55361be717f444 (diff)
downloadlinux-fsl-qoriq-543f3f33b6165585f755858baaa95530513f5c1e.tar.xz
iommu: tegra/gart: use correct gart_device
Pass the correct gart device pointer. Reviewed-by: Vandana Salve <vsalve@nvidia.com> Tested-by: Vandana Salve <vsalve@nvidia.com> Reviewed-by: Hiroshi Doyu <hdoyu@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com> Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'drivers/iommu')
-rw-r--r--drivers/iommu/tegra-gart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/tegra-gart.c b/drivers/iommu/tegra-gart.c
index 779306e..f6bc1e6 100644
--- a/drivers/iommu/tegra-gart.c
+++ b/drivers/iommu/tegra-gart.c
@@ -158,7 +158,7 @@ static int gart_iommu_attach_dev(struct iommu_domain *domain,
struct gart_client *client, *c;
int err = 0;
- gart = dev_get_drvdata(dev->parent);
+ gart = gart_handle;
if (!gart)
return -EINVAL;
domain->priv = gart;