Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316589
b: refs/heads/master
c: ff76362
h: refs/heads/master
i:
  316587: 074c614
v: v3
  • Loading branch information
Hiroshi Doyu authored and Joerg Roedel committed Jun 25, 2012
1 parent a00d9e3 commit 9fd8a63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0547c2f56e6e4795d5366ba3b8483b668920a947
refs/heads/master: ff7636292aac6cae2ee3a553d5424ea49c8a8263
4 changes: 2 additions & 2 deletions trunk/drivers/iommu/tegra-smmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -902,8 +902,8 @@ static int tegra_smmu_probe(struct platform_device *pdev)
struct smmu_device *smmu;
struct device *dev = &pdev->dev;
int i, asids, err = 0;
dma_addr_t base;
size_t bytes, size;
dma_addr_t uninitialized_var(base);
size_t bytes, uninitialized_var(size);

if (smmu_handle)
return -EIO;
Expand Down

0 comments on commit 9fd8a63

Please sign in to comment.