Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180420
b: refs/heads/master
c: dfae0ac
h: refs/heads/master
v: v3
  • Loading branch information
Steve French committed Jan 1, 2010
1 parent 942ffd2 commit 3d15ce7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6a5fa2362b628ee950080bef8895a6fb62f58ab4
refs/heads/master: dfae0acd26aebbbafde038617892df728194f4ae
4 changes: 2 additions & 2 deletions trunk/drivers/mfd/twl4030-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -568,12 +568,12 @@ static void twl4030_sih_do_edge(struct work_struct *work)

bytes[byte] &= ~(0x03 << off);

spin_lock_irq(&d->lock);
raw_spin_lock_irq(&d->lock);
if (d->status & IRQ_TYPE_EDGE_RISING)
bytes[byte] |= BIT(off + 1);
if (d->status & IRQ_TYPE_EDGE_FALLING)
bytes[byte] |= BIT(off + 0);
spin_unlock_irq(&d->lock);
raw_spin_unlock_irq(&d->lock);

edge_change &= ~BIT(i);
}
Expand Down

0 comments on commit 3d15ce7

Please sign in to comment.