Re: [git patches] ide update
From: Mark Lord <hidden>
Date: 2005-08-19 00:44:59
Also in:
lkml
From: Mark Lord <hidden>
Date: 2005-08-19 00:44:59
Also in:
lkml
Linus Torvalds wrote:
Btw, things like this: +#define IDEFLOPPY_TICKS_DELAY HZ/20 /* default delay for ZIP 100 (50ms) */ are just bugs waiting to happen.
Needs parenthesis: ((HZ)/20) Or one could just use the msecs_to_jiffies() macro. Cheers