Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297781
b: refs/heads/master
c: 6709c9a
h: refs/heads/master
i:
  297779: 4ae4e10
v: v3
  • Loading branch information
David Jander authored and Dmitry Torokhov committed Mar 20, 2012
1 parent 2a05f25 commit 07e35ab
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d9080921aa32c70a95476ce387e973787b892591
refs/heads/master: 6709c9a5d8c53092cbe89128df4e0a549e93133b
2 changes: 1 addition & 1 deletion trunk/drivers/input/keyboard/gpio_keys.c
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ static int __devinit gpio_keys_setup_key(struct platform_device *pdev,
if (!button->can_disable)
irqflags |= IRQF_SHARED;

error = request_threaded_irq(irq, NULL, gpio_keys_isr, irqflags, desc, bdata);
error = request_any_context_irq(irq, gpio_keys_isr, irqflags, desc, bdata);
if (error < 0) {
dev_err(dev, "Unable to claim irq %d; error %d\n",
irq, error);
Expand Down

0 comments on commit 07e35ab

Please sign in to comment.