From: Nicholas Mc Guire Date: Sun, 8 Feb 2015 15:11:05 +0000 (-0500) Subject: spi: bcm53xx: use msecs_to_jiffies for conversion X-Git-Tag: omap-for-v4.2/o2_dc~166^2~5^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3e7766bc459af941c311a3cb03f2082b2fe60ba;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed