Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294815
b: refs/heads/master
c: 09c3253
h: refs/heads/master
i:
  294813: 6114f73
  294811: 1993f2c
  294807: 5cc2cc7
  294799: c2ee40b
  294783: 696bf24
v: v3
  • Loading branch information
Lucas Stach authored and Joerg Roedel committed Mar 13, 2012
1 parent 6a6c2e3 commit 22668e6
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: 7a31f6f48bb6e37b3195fcecd69d30740f6b0036
refs/heads/master: 09c32533c064782a7989b6fecce776833bca0e12
2 changes: 1 addition & 1 deletion trunk/drivers/iommu/tegra-gart.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ static int gart_iommu_map(struct iommu_domain *domain, unsigned long iova,
pfn = __phys_to_pfn(pa);
if (!pfn_valid(pfn)) {
dev_err(gart->dev, "Invalid page: %08x\n", pa);
spin_lock_irqsave(&gart->pte_lock, flags);
spin_unlock_irqrestore(&gart->pte_lock, flags);
return -EINVAL;
}
gart_set_pte(gart, iova, GART_PTE(pfn));
Expand Down

0 comments on commit 22668e6

Please sign in to comment.