[PATCH] ide-floppy: fix IDEFLOPPY_TICKS_DELAY

* IDEFLOPPY_TICKS_DELAY assumed HZ == 100, fix it
* increase the delay to 50ms (to match comment in the code)

Thanks to Manfred Scherer <manfred.scherer.mhm@t-online.de>
for reporting the problem and testing the patch.

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@elka.pw.edu.pl>

+1 -1
+1 -1
drivers/ide/ide-floppy.c
··· 317 317 unsigned long flags; 318 318 } idefloppy_floppy_t; 319 319 320 - #define IDEFLOPPY_TICKS_DELAY 3 /* default delay for ZIP 100 */ 320 + #define IDEFLOPPY_TICKS_DELAY HZ/20 /* default delay for ZIP 100 (50ms) */ 321 321 322 322 /* 323 323 * Floppy flag bits values.