Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226532
b: refs/heads/master
c: 9205a10
h: refs/heads/master
v: v3
  • Loading branch information
Guzman Lugo, Fernando authored and Hari Kanigeri committed Dec 15, 2010
1 parent 0b2ebac commit 37ffde7
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: ad1081210f3c91874f9fe9b48c3934c7db9714b7
refs/heads/master: 9205a109fbeee180254bb5a4020eb71d50735944
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-omap/iovmm.c
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ void iommu_kunmap(struct iommu *obj, u32 da)
struct sg_table *sgt;
typedef void (*func_t)(const void *);

sgt = unmap_vm_area(obj, da, (func_t)__iounmap,
sgt = unmap_vm_area(obj, da, (func_t)iounmap,
IOVMF_LINEAR | IOVMF_MMIO);
if (!sgt)
dev_dbg(obj->dev, "%s: No sgt\n", __func__);
Expand Down

0 comments on commit 37ffde7

Please sign in to comment.