Re: [PATCH v3] scsi: NCR5380: use msecs_to_jiffies for conversions

2015-02-04 Thread Finn Thain
On Tue, 3 Feb 2015, Nicholas Mc Guire wrote: > This is only an API consolidation to make things more readable. Please remove the above; the g_NCR5380.c change invalidates it. > Instances of var * HZ / 1000 are replaced by msecs_to_jiffies(var). > In addition some timing constants that assume

[PATCH v3] scsi: NCR5380: use msecs_to_jiffies for conversions

2015-02-03 Thread Nicholas Mc Guire
This is only an API consolidation to make things more readable. Instances of var * HZ / 1000 are replaced by msecs_to_jiffies(var). In addition some timing constants that assumed HZ 100 were adjusted to HZ independent settings based on review of the original drivers in 1.0.31 and 2.2.16. Signe