Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271565
b: refs/heads/master
c: b4550d4
h: refs/heads/master
i:
  271563: 2a7dc17
v: v3
  • Loading branch information
Ohad Ben-Cohen authored and Joerg Roedel committed Sep 5, 2011
1 parent 931affc commit 04aa5af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 329d8d3b474923087f6988737ff12137b58e55cc
refs/heads/master: b4550d415a2e1668822ebf3a12b481548756b4e3
6 changes: 2 additions & 4 deletions trunk/drivers/iommu/omap-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1069,12 +1069,10 @@ static int omap_iommu_map(struct iommu_domain *domain, unsigned long da,
iotlb_init_entry(&e, da, pa, flags);

ret = omap_iopgtable_store_entry(oiommu, &e);
if (ret) {
if (ret)
dev_err(dev, "omap_iopgtable_store_entry failed: %d\n", ret);
return ret;
}

return 0;
return ret;
}

static int omap_iommu_unmap(struct iommu_domain *domain, unsigned long da,
Expand Down

0 comments on commit 04aa5af

Please sign in to comment.