Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358836
b: refs/heads/master
c: a3b7256
h: refs/heads/master
v: v3
  • Loading branch information
Hiroshi Doyu authored and Joerg Roedel committed Feb 7, 2013
1 parent c401555 commit 58d3233
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: d300356cb92e098f36bece0390358130e35713d4
refs/heads/master: a3b7256d643dac125f4162cd4f9b603868559b61
2 changes: 1 addition & 1 deletion trunk/drivers/iommu/tegra-smmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ static int tegra_smmu_probe(struct platform_device *pdev)
smmu->rege[i] = smmu->regs[i] + resource_size(res) - 1;
}
/* Same as "mc" 1st regiter block start address */
smmu->regbase = (void __iomem *)((u32)smmu->regs[0] & ~PAGE_MASK);
smmu->regbase = (void __iomem *)((u32)smmu->regs[0] & PAGE_MASK);

err = of_get_dma_window(dev->of_node, NULL, 0, NULL, &base, &size);
if (err)
Expand Down

0 comments on commit 58d3233

Please sign in to comment.