commit | b3e7766bc459af941c311a3cb03f2082b2fe60ba | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <hofrat@osadl.org> | Sun Feb 08 10:11:05 2015 -0500 |
committer | Mark Brown <broonie@kernel.org> | Wed Feb 11 10:14:25 2015 +0800 |
tree | 6fac9e3c33a7efd710239f4302874a86cf035aca | |
parent | bfa76d49576599a4b9f9b7a71f23d73d6dcff735 [diff] |
spi: bcm53xx: use msecs_to_jiffies for conversion 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 only an API consolidation and should make things more readable Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org> Signed-off-by: Mark Brown <broonie@kernel.org>