Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190419
b: refs/heads/master
c: db7e1bc
h: refs/heads/master
i:
  190417: e8e9d50
  190415: af67b51
v: v3
  • Loading branch information
viresh kumar authored and Russell King committed Apr 29, 2010
1 parent d6d2709 commit d920a72
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: b56ba8aa6f3aeab23d3d4b1190ed1098463b2a9c
refs/heads/master: db7e1bc479cc941c53839b18ff811c7def0c52e7
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/pl061.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ static int pl061_irq_type(unsigned irq, unsigned trigger)
gpioibe &= ~(1 << offset);
if (trigger & IRQ_TYPE_EDGE_RISING)
gpioiev |= 1 << offset;
else
else if (trigger & IRQ_TYPE_EDGE_FALLING)
gpioiev &= ~(1 << offset);
}
writeb(gpioibe, chip->base + GPIOIBE);
Expand Down

0 comments on commit d920a72

Please sign in to comment.