commit | 8f6bcc97ab3f79b2f7f1fd59de8cd38af3535497 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu May 07 22:24:58 2015 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu May 07 22:30:17 2015 -0700 |
tree | 5e4b16c94159d045aa6ac9e75c89b9b89d5a49e6 | |
parent | 3419e49a0efafc9577413a250f330de5e14e6705 [diff] |
Input: smtpe-ts - use msecs_to_jiffies() instead of HZ 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>