Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167020
b: refs/heads/master
c: 2654890
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Walker authored and Tony Lindgren committed Oct 6, 2009
1 parent 3ce0a86 commit cb72a71
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ba6a117944f958a5b3fb6631b9ac7eaed3a4cb2a
refs/heads/master: 265489003c463f3d78d622fba60d56d16b3009dd
3 changes: 2 additions & 1 deletion trunk/arch/arm/plat-omap/iovmm.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,9 @@ void *da_to_va(struct iommu *obj, u32 da)
goto out;
}
va = area->va;
mutex_unlock(&obj->mmap_lock);
out:
mutex_unlock(&obj->mmap_lock);

return va;
}
EXPORT_SYMBOL_GPL(da_to_va);
Expand Down

0 comments on commit cb72a71

Please sign in to comment.