Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362867
b: refs/heads/master
c: 545d7b7
h: refs/heads/master
i:
  362865: 044a134
  362863: e612bbc
v: v3
  • Loading branch information
Bjorn Helgaas committed Apr 15, 2013
1 parent 04bf432 commit 68e8e88
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 05795726e82372d3fe46210fcb3320f1fa49aea7
refs/heads/master: 545d7b78e0bbe686056cdd6cd431ca1946641b31
2 changes: 1 addition & 1 deletion trunk/drivers/pci/hotplug/pciehp_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ static int __init dummy_probe(struct pcie_device *dev)
slot = kzalloc(sizeof(*slot), GFP_KERNEL);
if (!slot)
return -ENOMEM;
slot->number = slot_cap >> 19;
slot->number = (slot_cap & PCI_EXP_SLTCAP_PSN) >> 19;
list_for_each_entry(tmp, &dummy_slots, list) {
if (tmp->number == slot->number)
dup_slot_id++;
Expand Down

0 comments on commit 68e8e88

Please sign in to comment.