Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200347
b: refs/heads/master
c: a7ef7d1
h: refs/heads/master
i:
  200345: 7209748
  200343: d36b63e
v: v3
  • Loading branch information
Jiri Slaby authored and Jesse Barnes committed Jun 11, 2010
1 parent 6300fe8 commit 15bdf22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3be434f0244ee059432f92de7e891ee514f41738
refs/heads/master: a7ef7d1f5e898984c479e8c41ca702141bbadc78
7 changes: 7 additions & 0 deletions trunk/drivers/pci/hotplug/cpqphp_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,14 @@ static int cpqhpc_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
pci_name(pdev), err);
return err;
}

bus = pdev->subordinate;
if (!bus) {
dev_notice(&pdev->dev, "the device is not a bridge, "
"skipping\n");
rc = -ENODEV;
goto err_disable_device;
}

/* Need to read VID early b/c it's used to differentiate CPQ and INTC
* discovery
Expand Down

0 comments on commit 15bdf22

Please sign in to comment.