Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172804
b: refs/heads/master
c: 20e11c2
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Tony Lindgren committed Nov 22, 2009
1 parent 9a8d180 commit 7344b53
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: 13a032295710b49d331bb53086a7de4557243851
refs/heads/master: 20e11c2d1c8ca49829ee9e5690adc89488e5da31
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 @@ -446,7 +446,7 @@ static int map_iovm_area(struct iommu *obj, struct iovm_struct *new,
struct scatterlist *sg;
u32 da = new->da_start;

if (!obj || !new || !sgt)
if (!obj || !sgt)
return -EINVAL;

BUG_ON(!sgtable_ok(sgt));
Expand Down

0 comments on commit 7344b53

Please sign in to comment.