Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347505
b: refs/heads/master
c: f1bda29
h: refs/heads/master
i:
  347503: 1d34a50
v: v3
  • Loading branch information
Hiroshi Doyu authored and Joerg Roedel committed Nov 28, 2012
1 parent 2d72705 commit 698b393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b7d4bec11199df6ef3267c5249e2676d0531eae5
refs/heads/master: f1bda29c2bfa84c2c022e1f443528e21607bf360
2 changes: 1 addition & 1 deletion trunk/drivers/iommu/tegra-smmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1232,6 +1232,7 @@ static int tegra_smmu_probe(struct platform_device *pdev)

smmu_debugfs_create(smmu);
smmu_handle = smmu;
bus_set_iommu(&platform_bus_type, &smmu_iommu_ops);
return 0;
}

Expand Down Expand Up @@ -1276,7 +1277,6 @@ static struct platform_driver tegra_smmu_driver = {

static int __devinit tegra_smmu_init(void)
{
bus_set_iommu(&platform_bus_type, &smmu_iommu_ops);
return platform_driver_register(&tegra_smmu_driver);
}

Expand Down

0 comments on commit 698b393

Please sign in to comment.