Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67223
b: refs/heads/master
c: 4dc7b4b
h: refs/heads/master
i:
  67221: 793ec5e
  67219: 50d82f8
  67215: 826ed89
v: v3
  • Loading branch information
David Gibson authored and Paul Mackerras committed Aug 17, 2007
1 parent a3f792c commit ff108f0
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: a05afe9146f7611d40a58be34ee8442727a6af1f
refs/heads/master: 4dc7b4b0405fd7320940849b6e31ea8ea68fd0df
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/sysdev/uic.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ static int uic_set_irq_type(unsigned int virq, unsigned int flow_type)

desc->status &= ~(IRQ_TYPE_SENSE_MASK | IRQ_LEVEL);
desc->status |= flow_type & IRQ_TYPE_SENSE_MASK;
if (trigger)
if (!trigger)
desc->status |= IRQ_LEVEL;

spin_unlock_irqrestore(&uic->lock, flags);
Expand Down

0 comments on commit ff108f0

Please sign in to comment.