From: Nicholas Mc Guire Date: Wed, 11 Feb 2015 09:27:54 +0000 (-0500) Subject: et131x: use msecs_to_jiffies for conversions X-Git-Tag: fixes-v4.0-rc1~68^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc2f3873f74414cdf095b337a73f96262e6aadbc;p=pandora-kernel.git et131x: use msecs_to_jiffies for conversions This is only an API consolidation and should make things more readable. Converting milliseconds to jiffies by "val * HZ / 1000" is technically OK but msecs_to_jiffies(val) is the cleaner solution and handles all corner cases correctly. This is a minor API cleanup only. Signed-off-by: Nicholas Mc Guire Acked-by: Mark Einon Signed-off-by: David S. Miller --- Reading git-diff-tree failed