Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4053
b: refs/heads/master
c: 44f8e1a
h: refs/heads/master
i:
  4051: aec71ba
v: v3
  • Loading branch information
Linus Torvalds committed Jul 2, 2005
1 parent c9b226d commit 70e4f31
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: 4a89a04f1ee21a7c1f4413f1ad7dcfac50ff9b63
refs/heads/master: 44f8e1a20cf3afe10a3744bd9317808a39a242bb
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/pci_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ acpi_pci_irq_enable (
printk(KERN_WARNING PREFIX "PCI Interrupt %s[%c]: no GSI",
pci_name(dev), ('A' + pin));
/* Interrupt Line values above 0xF are forbidden */
if (dev->irq >= 0 && (dev->irq <= 0xF)) {
if (dev->irq > 0 && (dev->irq <= 0xF)) {
printk(" - using IRQ %d\n", dev->irq);
acpi_register_gsi(dev->irq, ACPI_LEVEL_SENSITIVE, ACPI_ACTIVE_LOW);
return_VALUE(0);
Expand Down

0 comments on commit 70e4f31

Please sign in to comment.