Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180970
b: refs/heads/master
c: 0bf01c3
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Jesse Barnes committed Feb 23, 2010
1 parent d4f49c4 commit 31a0446
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 41a68a748bbc61f5bcea999e33ba72926dfbe6f7
refs/heads/master: 0bf01c3c86d4b9ea279d6215420484db887f5db5
1 change: 1 addition & 0 deletions trunk/drivers/pci/hotplug/cpcihp_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ static int __init cpcihp_generic_init(void)
dev = pci_get_slot(bus, PCI_DEVFN(bridge_slot, 0));
if(!dev || dev->hdr_type != PCI_HEADER_TYPE_BRIDGE) {
err("Invalid bridge device %s", bridge);
pci_dev_put(dev);
return -EINVAL;
}
bus = dev->subordinate;
Expand Down

0 comments on commit 31a0446

Please sign in to comment.