Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44807
b: refs/heads/master
c: 83e42bc
h: refs/heads/master
i:
  44805: c392734
  44803: 1498712
  44799: b5ca3ba
v: v3
  • Loading branch information
Kenji Kaneshige authored and Greg Kroah-Hartman committed Dec 20, 2006
1 parent 0da5bab commit cb5864a
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: f1e79092d9a59e2b1c8eae3b0f4ef3827dda08a0
refs/heads/master: 83e42bcdd3be31a0df8b1a8d2d3fa1a65e43815c
2 changes: 1 addition & 1 deletion trunk/drivers/pci/pcie/portdrv_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ static int __devinit pcie_portdrv_probe (struct pci_dev *dev,
return -ENODEV;

pci_set_master(dev);
if (!dev->irq) {
if (!dev->irq && dev->pin) {
printk(KERN_WARNING
"%s->Dev[%04x:%04x] has invalid IRQ. Check vendor BIOS\n",
__FUNCTION__, dev->device, dev->vendor);
Expand Down

0 comments on commit cb5864a

Please sign in to comment.