Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144408
b: refs/heads/master
c: 3deb649
h: refs/heads/master
v: v3
  • Loading branch information
Ben Nizette authored and Dmitry Torokhov committed Apr 18, 2009
1 parent acdbf1d commit 9b6bbd0
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: 29fa98bd9b50b5e9c17d99e961640ffafb765d71
refs/heads/master: 3deb649e654ff87b87de9e415ac43ca8afbdff07
2 changes: 1 addition & 1 deletion trunk/drivers/input/touchscreen/ucb1400_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ static irqreturn_t ucb1400_hard_irq(int irqnr, void *devid)
struct ucb1400_ts *ucb = devid;

if (irqnr == ucb->irq) {
disable_irq(ucb->irq);
disable_irq_nosync(ucb->irq);
ucb->irq_pending = 1;
wake_up(&ucb->ts_wait);
return IRQ_HANDLED;
Expand Down

0 comments on commit 9b6bbd0

Please sign in to comment.