Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263779
b: refs/heads/master
c: 1a4b1a4
h: refs/heads/master
i:
  263777: 89e0c18
  263775: 07b2892
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Linus Torvalds committed Sep 13, 2011
1 parent a2c3b76 commit a4d3abb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2f4d3218e95d48de2951dcf2bea619ea49ef93de
refs/heads/master: 1a4b1a41b8a3d5256019854e851beed063b34344
3 changes: 2 additions & 1 deletion trunk/drivers/pci/probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,8 @@ static int pcie_find_smpss(struct pci_dev *dev, void *data)
* will occur as normal.
*/
if (dev->is_hotplug_bridge && (!list_is_singular(&dev->bus->devices) ||
dev->bus->self->pcie_type != PCI_EXP_TYPE_ROOT_PORT))
(dev->bus->self &&
dev->bus->self->pcie_type != PCI_EXP_TYPE_ROOT_PORT)))
*smpss = 0;

if (*smpss > dev->pcie_mpss)
Expand Down

0 comments on commit a4d3abb

Please sign in to comment.