patch-2.2.0-pre2 linux/drivers/block/ataflop.c
Next file: linux/drivers/block/ide-disk.c
Previous file: linux/drivers/block/acsi_slm.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Dec 29 11:23:59 1998
- Orig file:
v2.2.0-pre1/linux/drivers/block/ataflop.c
- Orig date:
Wed Aug 26 11:37:35 1998
diff -u --recursive --new-file v2.2.0-pre1/linux/drivers/block/ataflop.c linux/drivers/block/ataflop.c
@@ -1838,7 +1838,7 @@
FDC_WRITE (FDCREG_TRACK, 0xff00);
FDC_WRITE( FDCREG_CMD, FDCCMD_RESTORE | FDCCMDADD_H | FDCSTEP_6 );
- for( ok = 0, timeout = jiffies + 2*HZ+HZ/2; jiffies < timeout; ) {
+ for( ok = 0, timeout = jiffies + 2*HZ+HZ/2; time_before(jiffies, timeout); ) {
if (!(mfp.par_dt_reg & 0x20))
break;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov