commit | 95d706657311f24407d0f7a0cf79b55904ec6524 | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <hofrat@osadl.org> | Fri Mar 13 07:23:47 2015 -0400 |
committer | Brian Norris <computersforpeace@gmail.com> | Sun Apr 05 17:47:56 2015 -0700 |
tree | 19f46f23db1169b415ad284b589dd9a8cbe889e6 | |
parent | 41c7540d0c4e362212845aa2258c15aaa878665f [diff] |
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 <hofrat@osadl.org> Signed-off-by: Brian Norris <computersforpeace@gmail.com>