git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15397f1
)
Input: smtpe-ts - use msecs_to_jiffies() instead of HZ
author
Marek Vasut
<marex@denx.de>
Fri, 8 May 2015 05:24:58 +0000
(22:24 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Fri, 22 May 2015 00:05:48 +0000
(17:05 -0700)
Use msecs_to_jiffies(20) instead of plain (HZ / 50), as the former is much
more explicit about it's behavior. We want to schedule the task 20 mS from
now, so make it explicit in the code.
Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/stmpe-ts.c
patch
|
blob
|
history
diff --cc
drivers/input/touchscreen/stmpe-ts.c
Simple merge