Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3191
b: refs/heads/master
c: 7be426c
h: refs/heads/master
i:
  3189: 92baaa7
  3187: d7cd874
  3183: 75a82d1
v: v3
  • Loading branch information
Linus Torvalds committed Jun 25, 2005
1 parent aa4712c commit 9268d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5f70eaa0d5768775a7492f3e3841fcca94bb0d13
refs/heads/master: 7be426c6e3a8ad7dcc8791589cea8af7aaafdf6f
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

0 comments on commit 9268d20

Please sign in to comment.