Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16575
b: refs/heads/master
c: 7ed4091
h: refs/heads/master
i:
  16573: f3b686e
  16571: 6d0c4e7
  16567: b513f71
  16559: 34f8349
  16543: e8b4707
  16511: b960182
v: v3
  • Loading branch information
Linus Torvalds committed Jan 6, 2006
1 parent 2209746 commit 02fc09e
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: 9b847548663ef1039dd49f0eb4463d001e596bc3
refs/heads/master: 7ed40918a386afc2e14a6d3da563ea6d13686c25
2 changes: 1 addition & 1 deletion trunk/arch/i386/pci/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ static int pcibios_lookup_irq(struct pci_dev *dev, int assign)
* reported by the device if possible.
*/
newirq = dev->irq;
if (!((1 << newirq) & mask)) {
if (newirq && !((1 << newirq) & mask)) {
if ( pci_probe & PCI_USE_PIRQ_MASK) newirq = 0;
else printk(KERN_WARNING "PCI: IRQ %i for device %s doesn't match PIRQ mask - try pci=usepirqmask\n", newirq, pci_name(dev));
}
Expand Down

0 comments on commit 02fc09e

Please sign in to comment.