Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250500
b: refs/heads/master
c: 2dfb9a8
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Dmitry Torokhov committed Apr 28, 2011
1 parent e3cf501 commit 965923d
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: b6d2a3e6ff6a7019b4a240b6bc4a4d74ce82d533
refs/heads/master: 2dfb9a85ecb86f00b085d6fca7d4bb8dc6764710
3 changes: 2 additions & 1 deletion trunk/drivers/input/keyboard/sh_keysc.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ static int __devinit sh_keysc_probe(struct platform_device *pdev)
input->keycodesize = sizeof(pdata->keycodes[0]);
input->keycodemax = ARRAY_SIZE(pdata->keycodes);

error = request_irq(irq, sh_keysc_isr, 0, pdev->name, pdev);
error = request_threaded_irq(irq, NULL, sh_keysc_isr, IRQF_ONESHOT,
dev_name(&pdev->dev), pdev);
if (error) {
dev_err(&pdev->dev, "failed to request IRQ\n");
goto err3;
Expand Down

0 comments on commit 965923d

Please sign in to comment.