Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356362
b: refs/heads/master
c: e49f1e2
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Benjamin Herrenschmidt committed Jan 10, 2013
1 parent a64f7de commit 52078d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 176ebf8736ee87e3bac4b4a8cbd95a5ca18dbec7
refs/heads/master: e49f1e203f3a66dd2982bcd8695e6f4a4f89f876
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/82xx/pq2.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ static void __init pq2_pci_add_bridge(struct device_node *np)

void __init pq2_init_pci(void)
{
struct device_node *np = NULL;
struct device_node *np;

ppc_md.pci_exclude_device = pq2_pci_exclude_device;

while ((np = of_find_compatible_node(np, NULL, "fsl,pq2-pci")))
for_each_compatible_node(np, NULL, "fsl,pq2-pci")
pq2_pci_add_bridge(np);
}
#endif

0 comments on commit 52078d4

Please sign in to comment.