Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251969
b: refs/heads/master
c: cc300d9
h: refs/heads/master
i:
  251967: 5b15a4b
v: v3
  • Loading branch information
Erik Botö authored and Grant Likely committed May 20, 2011
1 parent 85e2bbb commit 5ab4f84
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: 8fa0c9bf82b0b8697ace9532c5a50a0f4e0c7bb5
refs/heads/master: cc300d9ead66235e23c674babb8a4ae4ad4c9db8
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/pca953x.c
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ static int pca953x_irq_setup(struct pca953x_chip *chip,

irq_set_chip_data(irq, chip);
irq_set_chip_and_handler(irq, &pca953x_irq_chip,
handle_edge_irq);
handle_simple_irq);
#ifdef CONFIG_ARM
set_irq_flags(irq, IRQF_VALID);
#else
Expand Down

0 comments on commit 5ab4f84

Please sign in to comment.