Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13743
b: refs/heads/master
c: fe98aea
h: refs/heads/master
i:
  13741: 9fe0361
  13739: 2bcf428
  13735: 6102d2b
  13727: ec734c6
v: v3
  • Loading branch information
Linas Vepstas authored and Paul Mackerras committed Nov 10, 2005
1 parent 98b44bc commit 5d14dae
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: d9564ad11454581f85b77026f290f4bb24eecf25
refs/heads/master: fe98aeab8494cf431ef62e080cbe1dc1b6f5bd49
2 changes: 1 addition & 1 deletion trunk/drivers/pci/hotplug/rpadlpar_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ static int dlpar_add_phb(char *drc_name, struct device_node *dn)
{
struct pci_controller *phb;

if (PCI_DN(dn)->phb) {
if (PCI_DN(dn) && PCI_DN(dn)->phb) {
/* PHB already exists */
return -EINVAL;
}
Expand Down

0 comments on commit 5d14dae

Please sign in to comment.