commit | 343df771e671d821478dd3ef525a0610b808dbf8 | [log] [tgz] |
---|---|---|
author | Jiang Liu <liuj97@gmail.com> | Fri Jun 07 01:10:08 2013 +0800 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri Jun 07 14:42:03 2013 -0600 |
tree | 71fb953db03eaf6134345c6f277af58b8819b9d0 | |
parent | a649dbfea36bdcead7ffddc622c272844b95a13e [diff] |
PCI: Fix refcount issue in pci_create_root_bus() error recovery path After calling device_register(&bridge->dev), the bridge is reference- counted, and it is illegal to call kfree() on it except in the release function. [bhelgaas: changelog, use put_device() after device_register() failure] Signed-off-by: Jiang Liu <jiang.liu@huawei.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Cc: stable@vger.kernel.org