Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81135
b: refs/heads/master
c: af449c3
h: refs/heads/master
i:
  81133: 3c00c4e
  81131: 78dc1ae
  81127: 14ded0b
  81119: ac6bb28
v: v3
  • Loading branch information
Julia Lawall authored and Paul Mackerras committed Dec 20, 2007
1 parent dfc4716 commit 0ea7016
Show file tree
Hide file tree
Showing 2 changed files with 4 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: bd4c2edc90c020ba5573da5dbd796fd6ab78692b
refs/heads/master: af449c330eb39ae57b139832181d0dcf3b94d806
4 changes: 3 additions & 1 deletion trunk/arch/powerpc/platforms/iseries/iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,10 @@ static struct iommu_table *iommu_table_find(struct iommu_table * tbl)
(it->it_type == TCE_PCI) &&
(it->it_offset == tbl->it_offset) &&
(it->it_index == tbl->it_index) &&
(it->it_size == tbl->it_size))
(it->it_size == tbl->it_size)) {
of_node_put(node);
return it;
}
}
return NULL;
}
Expand Down

0 comments on commit 0ea7016

Please sign in to comment.