Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3192
b: refs/heads/master
c: 3761657
h: refs/heads/master
v: v3
  • Loading branch information
William Lee Irwin III authored and David S. Miller committed Jun 25, 2005
1 parent 9268d20 commit e0fe2a6
Show file tree
Hide file tree
Showing 9 changed files with 249 additions and 244 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: 7be426c6e3a8ad7dcc8791589cea8af7aaafdf6f
refs/heads/master: 37616578539a47d9ace5e907ae73ea93a8cde740
1 change: 0 additions & 1 deletion trunk/drivers/acpi/pci_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ 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 e0fe2a6

Please sign in to comment.