Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260743
b: refs/heads/master
c: 7e2ecdf
h: refs/heads/master
i:
  260741: 22a8883
  260739: 646c726
  260735: 642e065
v: v3
  • Loading branch information
David Jander authored and Dmitry Torokhov committed Jun 21, 2011
1 parent 9a21a07 commit 38b6642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: eaa499aebf6265f18ffc836ead30059031c6d7a7
refs/heads/master: 7e2ecdf438bb479e2b4667fc16b1a84d6348da04
4 changes: 2 additions & 2 deletions trunk/drivers/input/keyboard/gpio_keys.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ static int __devinit gpio_keys_setup_key(struct platform_device *pdev,
if (!button->can_disable)
irqflags |= IRQF_SHARED;

error = request_any_context_irq(irq, gpio_keys_isr, irqflags, desc, bdata);
error = request_threaded_irq(irq, NULL, gpio_keys_isr, irqflags, desc, bdata);
if (error < 0) {
dev_err(dev, "Unable to claim irq %d; error %d\n",
irq, error);
Expand Down Expand Up @@ -649,5 +649,5 @@ module_exit(gpio_keys_exit);

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Phil Blundell <pb@handhelds.org>");
MODULE_DESCRIPTION("Keyboard driver for CPU GPIOs");
MODULE_DESCRIPTION("Keyboard driver for GPIOs");
MODULE_ALIAS("platform:gpio-keys");

0 comments on commit 38b6642

Please sign in to comment.