From: Marek Vasut Date: Fri, 8 May 2015 05:24:58 +0000 (-0700) Subject: Input: smtpe-ts - use msecs_to_jiffies() instead of HZ X-Git-Tag: omap-for-v4.2/wakeirq-drivers-v2^2~2^2~68^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e686e9e156109cd2475196689a3144d91cf354b3;p=pandora-kernel.git 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 Reviewed-by: Viresh Kumar Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed