Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33131
b: refs/heads/master
c: e4fd1f4
h: refs/heads/master
i:
  33129: f741b97
  33127: e9382cf
v: v3
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed Aug 3, 2006
1 parent a0c9893 commit 1078681
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 60854838596906ebae7f32e4de921e150e669b60
refs/heads/master: e4fd1f4a6e05335d464fe003c164fea850a3b3f3
4 changes: 3 additions & 1 deletion trunk/drivers/pci/pcie/portdrv_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ static int __devinit pcie_portdrv_probe (struct pci_dev *dev,
"%s->Dev[%04x:%04x] has invalid IRQ. Check vendor BIOS\n",
__FUNCTION__, dev->device, dev->vendor);
}
if (pcie_port_device_register(dev))
if (pcie_port_device_register(dev)) {
pci_disable_device(dev);
return -ENOMEM;
}

return 0;
}
Expand Down

0 comments on commit 1078681

Please sign in to comment.