Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123033
b: refs/heads/master
c: ba82efb
h: refs/heads/master
i:
  123031: 4a3572d
v: v3
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Nov 19, 2008
1 parent bb835c3 commit cc52131
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 54018178ef05e32f140158cb7d7770b66042d131
refs/heads/master: ba82efbd3b48cb2a0e03c043911ce44c28f2825a
5 changes: 1 addition & 4 deletions trunk/arch/powerpc/platforms/cell/iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1053,10 +1053,7 @@ static int __init cell_iommu_fixed_mapping_init(void)
}

/* We must have dma-ranges properties for fixed mapping to work */
for (np = NULL; (np = of_find_all_nodes(np));) {
if (of_find_property(np, "dma-ranges", NULL))
break;
}
np = of_find_node_with_property(NULL, "dma-ranges");
of_node_put(np);

if (!np) {
Expand Down

0 comments on commit cc52131

Please sign in to comment.