Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144407
b: refs/heads/master
c: 29fa98b
h: refs/heads/master
i:
  144405: db59621
  144403: 61d5890
  144399: fde6946
v: v3
  • Loading branch information
Ben Nizette authored and Dmitry Torokhov committed Apr 18, 2009
1 parent ae219c4 commit acdbf1d
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: e4bd3e591c8cc52ccf7a0b27f33aa7a5a19058d7
refs/heads/master: 29fa98bd9b50b5e9c17d99e961640ffafb765d71
2 changes: 1 addition & 1 deletion trunk/drivers/input/touchscreen/tsc2007.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ static irqreturn_t tsc2007_irq(int irq, void *handle)
spin_lock_irqsave(&ts->lock, flags);

if (likely(ts->get_pendown_state())) {
disable_irq(ts->irq);
disable_irq_nosync(ts->irq);
hrtimer_start(&ts->timer, ktime_set(0, TS_POLL_DELAY),
HRTIMER_MODE_REL);
}
Expand Down

0 comments on commit acdbf1d

Please sign in to comment.