Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298025
b: refs/heads/master
c: 6fe0d06
h: refs/heads/master
i:
  298023: 35d0993
v: v3
  • Loading branch information
Andi Kleen authored and Len Brown committed Mar 30, 2012
1 parent cd0f57a commit 28dcdf8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d6795fe32da13bde39ea483e42799a22daa730b5
refs/heads/master: 6fe0d0628245fdcd6fad8b837c81e8f7ebc3364d
3 changes: 2 additions & 1 deletion trunk/drivers/acpi/osl.c
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,8 @@ acpi_os_install_interrupt_handler(u32 gsi, acpi_osd_handler handler,

acpi_irq_handler = handler;
acpi_irq_context = context;
if (request_irq(irq, acpi_irq, IRQF_SHARED, "acpi", acpi_irq)) {
if (request_threaded_irq(irq, NULL, acpi_irq, IRQF_SHARED, "acpi",
acpi_irq)) {
printk(KERN_ERR PREFIX "SCI (IRQ%d) allocation failed\n", irq);
acpi_irq_handler = NULL;
return AE_NOT_ACQUIRED;
Expand Down

0 comments on commit 28dcdf8

Please sign in to comment.