Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256688
b: refs/heads/master
c: 17e8b42
h: refs/heads/master
v: v3
  • Loading branch information
David Jander authored and Grant Likely committed Jun 8, 2011
1 parent cc0e073 commit fdd39f6
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: 910c8fb6b4b8c9e0be576b6a78f4cccf228a4bfd
refs/heads/master: 17e8b42c17c3e9735ea03c4e6b67cedf5de170f4
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/gpio-pca953x.c
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ static int pca953x_irq_setup(struct pca953x_chip *chip,
ret = request_threaded_irq(client->irq,
NULL,
pca953x_irq_handler,
IRQF_TRIGGER_FALLING | IRQF_ONESHOT,
IRQF_TRIGGER_LOW | IRQF_ONESHOT,
dev_name(&client->dev), chip);
if (ret) {
dev_err(&client->dev, "failed to request irq %d\n",
Expand Down

0 comments on commit fdd39f6

Please sign in to comment.