Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373771
b: refs/heads/master
c: f3d40c2
h: refs/heads/master
i:
  373769: 74eb301
  373767: ec4c680
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed May 5, 2013
1 parent 2e15679 commit 21071b0
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: a0b8e76facbb1f12e4b43a2b7b88bd5d18a3faf5
refs/heads/master: f3d40c2532fee15a30d7a364ac365c21748a4a95
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/powernv/pci-ioda.c
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ void __init pnv_pci_init_ioda_phb(struct device_node *np, int ioda_type)
/* Detect specific models for error handling */
if (of_device_is_compatible(np, "ibm,p7ioc-pciex"))
phb->model = PNV_PHB_MODEL_P7IOC;
else if (of_device_is_compatible(np, "ibm,p8-pciex"))
else if (of_device_is_compatible(np, "ibm,power8-pciex"))
phb->model = PNV_PHB_MODEL_PHB3;
else
phb->model = PNV_PHB_MODEL_UNKNOWN;
Expand Down

0 comments on commit 21071b0

Please sign in to comment.