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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to