]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: cpcihp: Add missing curly braces in cpci_configure_slot()
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 25 Feb 2015 13:23:22 +0000 (16:23 +0300)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 12 Mar 2015 16:22:10 +0000 (11:22 -0500)
commit95cd11fbfce2f838e34821e4783acf6152467fd6
tree007b9cd3a86b737cff0d19442af9a5101487604b
parent45af5dc33d347b1c66d74e41a1aebfd9647d4e32
PCI: cpcihp: Add missing curly braces in cpci_configure_slot()

I don't have this hardware but it looks like we weren't adding bridge
devices as intended.  Maybe the bridge is always the last device?

Fixes: 8807a9a1873e ("PCI: cpcihp: Iterate over all devices in slot, not functions 0-7")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Yijing Wang <wangyijing@huawei.com>
CC: stable@vger.kernel.org # v3.9+
drivers/pci/hotplug/cpci_hotplug_pci.c