Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347504
b: refs/heads/master
c: b7d4bec
h: refs/heads/master
v: v3
  • Loading branch information
Hiroshi Doyu authored and Joerg Roedel committed Nov 28, 2012
1 parent 1d34a50 commit 2d72705
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: 37683e45623a0ccd34761c71aad618cc129fe35c
refs/heads/master: b7d4bec11199df6ef3267c5249e2676d0531eae5
2 changes: 1 addition & 1 deletion trunk/drivers/iommu/tegra-gart.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ static int tegra_gart_probe(struct platform_device *pdev)
do_gart_setup(gart, NULL);

gart_handle = gart;
bus_set_iommu(&platform_bus_type, &gart_iommu_ops);
return 0;

fail:
Expand Down Expand Up @@ -450,7 +451,6 @@ static struct platform_driver tegra_gart_driver = {

static int __devinit tegra_gart_init(void)
{
bus_set_iommu(&platform_bus_type, &gart_iommu_ops);
return platform_driver_register(&tegra_gart_driver);
}

Expand Down

0 comments on commit 2d72705

Please sign in to comment.