commit | ff8e59bc4ec3f31789a47dce9b6fe44bd7bc5fcc | [log] [tgz] |
---|---|---|
author | Taku Izumi <izumi.taku@jp.fujitsu.com> | Wed Oct 31 09:51:48 2012 +0900 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Nov 05 16:59:59 2012 -0700 |
tree | e502e5301a0fe7475696851c435c2b887285169c | |
parent | 3cba8eedb757590455b03dfeaba15a5b32610339 [diff] |
PCI/portdrv: Don't create hotplug slots unless port supports hotplug Commit 2dcfaf85 mistakenly dropped the "flags & PCI_EXP_FLAGS_SLOT" test, so now we create hotplug slots even for PCIe port devices that don't support hotplug. This patch fixes this problem. [bhelgaas: changelog] Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Yinghai Lu <yinghai@kernel.org> Reviewed-by: Jiang Liu <jiang.liu@huawei.com>