Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256674
b: refs/heads/master
c: 121a2dd
h: refs/heads/master
v: v3
  • Loading branch information
David Jander authored and Grant Likely committed Jun 6, 2011
1 parent 1a888d2 commit a51a14c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: c6b52c13de4415ed5774be8c076685715de56096
refs/heads/master: 121a2dd860f8348fb014b660f133a0cb9a16273e
1 change: 0 additions & 1 deletion trunk/drivers/gpio/pca953x.c
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@ static int pca953x_irq_setup(struct pca953x_chip *chip,
ret = request_threaded_irq(client->irq,
NULL,
pca953x_irq_handler,
IRQF_TRIGGER_RISING |
IRQF_TRIGGER_FALLING | IRQF_ONESHOT,
dev_name(&client->dev), chip);
if (ret) {
Expand Down

0 comments on commit a51a14c

Please sign in to comment.