On Wed, Apr 13, 2005 at 03:51:00PM +0100, Christoph Hellwig wrote: > On Wed, Apr 13, 2005 at 03:43:08PM +0100, Christoph Hellwig wrote: > > > static void waitForPause(unsigned amount) > > > { > > > - ULONG the_time = jiffies + MS_TO_JIFFIES(amount); > > > + ULONG the_time = jiffies + msecs_to_jiffies(amount); > > > while (time_before_eq(jiffies, the_time)) > > > cpu_relax(); > > > > You should probably replace this function with msleep completely. > > I actually meant mdelay, but as mentioned in the other followup that might > need some more research. OK, I'll have a look at it. Thanks for your help. - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html