From: Nicholas Mc Guire Date: Fri, 13 Mar 2015 11:23:47 +0000 (-0400) Subject: mtd: fsl_ifc_nand: use msecs_to_jiffies for time conversion X-Git-Tag: omap-for-v4.2/o2_dc~37^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95d706657311f24407d0f7a0cf79b55904ec6524;p=pandora-kernel.git mtd: fsl_ifc_nand: use msecs_to_jiffies for time conversion This is only an API consolidation and should make things more readable it replaces var * HZ / 1000 by msecs_to_jiffies(var) which helps readability and also handles all corner-cases properly. Signed-off-by: Nicholas Mc Guire Signed-off-by: Brian Norris --- Reading git-diff-tree failed