Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260742
b: refs/heads/master
c: eaa499a
h: refs/heads/master
v: v3
  • Loading branch information
Leigh Brown authored and Dmitry Torokhov committed Jun 21, 2011
1 parent 22a8883 commit 9a21a07
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: 61cf3813d32411b23d5df8a650bbd2aa89b4618c
refs/heads/master: eaa499aebf6265f18ffc836ead30059031c6d7a7
2 changes: 1 addition & 1 deletion trunk/drivers/input/keyboard/lm8323.c
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ static int __devinit lm8323_probe(struct i2c_client *client,
}

err = request_threaded_irq(client->irq, NULL, lm8323_irq,
IRQF_TRIGGER_FALLING, "lm8323", lm);
IRQF_TRIGGER_LOW|IRQF_ONESHOT, "lm8323", lm);
if (err) {
dev_err(&client->dev, "could not get IRQ %d\n", client->irq);
goto fail4;
Expand Down

0 comments on commit 9a21a07

Please sign in to comment.