Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242556
b: refs/heads/master
c: 9034279
h: refs/heads/master
v: v3
  • Loading branch information
Aaro Koskinen authored and Dmitry Torokhov committed Mar 24, 2011
1 parent 9df6988 commit c88bd23
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: ddca6a31345cbea8c7c907e6b7e016339cbb6342
refs/heads/master: 903427955b9ffe1ca4b76c510089774c3b7a4a8a
4 changes: 2 additions & 2 deletions trunk/drivers/input/touchscreen/tsc2005.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ static void __tsc2005_enable(struct tsc2005 *ts)
if (ts->esd_timeout && ts->set_reset) {
ts->last_valid_interrupt = jiffies;
schedule_delayed_work(&ts->esd_work,
round_jiffies(jiffies +
round_jiffies_relative(
msecs_to_jiffies(ts->esd_timeout)));
}

Expand Down Expand Up @@ -512,7 +512,7 @@ static void tsc2005_esd_work(struct work_struct *work)
out:
/* re-arm the watchdog */
schedule_delayed_work(&ts->esd_work,
round_jiffies(jiffies +
round_jiffies_relative(
msecs_to_jiffies(ts->esd_timeout)));
mutex_unlock(&ts->mutex);
}
Expand Down

0 comments on commit c88bd23

Please sign in to comment.