From: Nicholas Mc Guire Date: Wed, 4 Feb 2015 18:30:20 +0000 (-0500) Subject: ncr5380: Harmonize jiffies conversion with msecs_to_jiffies X-Git-Tag: omap-for-v4.1/fixes-rc1~120^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e5a800c82ec21335349a97cf58d97fbb0d3c98e;p=pandora-kernel.git ncr5380: Harmonize jiffies conversion with msecs_to_jiffies Instances of var * HZ / 1000 are replaced by msecs_to_jiffies(var). In addition some timing constants that assumed HZ 100 were adjusted to HZ independent settings based on review comments from Michael Schmitz and review of the original drivers in 1.0.31 and 2.2.16. Signed-off-by: Nicholas Mc Guire Acked-by: Michael Schmitz Signed-off-by: Finn Thain Signed-off-by: James Bottomley --- Reading git-diff-tree failed