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.3/legacy-v2-signed~159^2^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f6bcc97ab3f79b2f7f1fd59de8cd38af3535497;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