Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131217
b: refs/heads/master
c: 7f3ea17
h: refs/heads/master
i:
  131215: 6541e11
v: v3
  • Loading branch information
paulfax authored and Kumar Gala committed Feb 6, 2009
1 parent 911050d commit 1ee9e4f
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: e85477f516c2de7ed515fcf94ceab5282eba7fa4
refs/heads/master: 7f3ea17f316577e31db868f720ac575c74d20163
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/sysdev/cpm2_pic.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ static int cpm2_set_irq_type(unsigned int virq, unsigned int flow_type)
edibit = (14 - (src - CPM2_IRQ_EXT1));
else
if (src >= CPM2_IRQ_PORTC15 && src <= CPM2_IRQ_PORTC0)
edibit = (31 - (src - CPM2_IRQ_PORTC15));
edibit = (31 - (CPM2_IRQ_PORTC0 - src));
else
return (flow_type & IRQ_TYPE_LEVEL_LOW) ? 0 : -EINVAL;

Expand Down

0 comments on commit 1ee9e4f

Please sign in to comment.