]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/pci/hotplug/cpcihp_generic.c
PCI: hotplug/cpcihp, fix pci device refcounting
[net-next-2.6.git] / drivers / pci / hotplug / cpcihp_generic.c
index 148fb463b81ccc522ad76be7b48b75b369d89390..fb3f84661bdc93c890d63111567216d505ed877b 100644 (file)
@@ -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;