Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3194
b: refs/heads/master
c: 43df5ea
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Jun 25, 2005
1 parent 51c2889 commit fe8817a
Show file tree
Hide file tree
Showing 8 changed files with 240 additions and 245 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: e55c57e0b51c68d78845549505057169c6c3cba6
refs/heads/master: 43df5eac00734436e2bc5a5c11488b1a7accecc7
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 fe8817a

Please sign in to comment.