Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3201
b: refs/heads/master
c: 4208ff0
h: refs/heads/master
i:
  3199: 243006f
v: v3
  • Loading branch information
Linus Torvalds committed Jun 25, 2005
1 parent 5c7f1e6 commit 19a16cc
Show file tree
Hide file tree
Showing 10 changed files with 285 additions and 286 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: 8749af68216e1ebf6460992fce548f400ecf63a4
refs/heads/master: 4208ff04a2dea2f55111a6cdc7e21f6ec3aef29f
1 change: 1 addition & 0 deletions trunk/drivers/acpi/pci_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ acpi_pci_irq_enable (
/* Interrupt Line values above 0xF are forbidden */
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);
}
else {
Expand Down
Loading

0 comments on commit 19a16cc

Please sign in to comment.