Re: [PATCH] spi: bcm53xx: use msecs_to_jiffies for conversion

2015-02-10 Thread Mark Brown
On Sun, Feb 08, 2015 at 10:11:05AM -0500, Nicholas Mc Guire wrote: > 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. Applied, thanks. signature.asc Description: Digital signat

[PATCH] spi: bcm53xx: use msecs_to_jiffies for conversion

2015-02-08 Thread Nicholas Mc Guire
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 --- Patch was compile-test